Html Css Color HEX #58112E Blackberry

📋 copy color: '#58112E'

red 88 ◦ green 17 ◦ blue 46

#58112E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #58112E

Tints of Blackberry #58112E

RGB

 RED value IS 88 (34.77% from 255) = 58.28%

 GREEN value IS 17 (7.03% from 255) = 11.26%

 BLUE value IS 46 (18.36% from 255) = 30.46%

R = 58.28%
G = 11.26%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#58112E (or 0x58112E) is known color: Blackberry. HEX triplet: 58, 11 and 2E. RGB value is (88,17,46). Sum of RGB (Red+Green+Blue) = 88+17+46=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58112E is #A7EED1. Grayscale: #292929. Windows color (decimal): -11005650 or 3019096. OLE color: 3019096.

HSL color Cylindrical-coordinate representation of color #58112E: hue angle of 335.49º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58112E is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 46 -
CMYK 0 0.81 0.48 0.65
HSL 335.49º 0.68% 0.21% -
HSV(B) 335.49º 0.81% 0.35% -
XYZ 4.72 2.67 2.85 -
YUV 41.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 88 17 46 0 0.81 0.48 0.65 335.49 0.68 0.21
Hex 58 11 2E 0 51 30 41 14F 44 15
Octal 130 21 56 0 121 60 101 517 104 25
Binary 1011000 10001 101110 0 1010001 110000 1000001 101001111 1000100 10101

Color Harmonies of #58112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58112E

Black with #58112E

Text Example


Text Example

White with #58112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58112E; }

 p { color: rgb(88,17,46); }

 H1.HeaderClassName
 {
   color: #58112E;
 }
 .AnyTagClassName
 {
   color: #58112E;
 }
</style>

background-color css

<style>
 a { background-color: #58112E; }

 a { background-color: rgb(88,17,46); }

 div.DivClassName
 {
   background-color: #58112E;
 }
 .BgClassName
 {
   background-color: #58112E;
 }
</style>

border-color css

<style>
 span { border-color: #58112E; }

 span { border-color: rgb(88,17,46); }

 td.TdClassName
 {
   border-color: #58112E;
 }
 .TagClassName
 {
   border-color: #58112E;
 }
</style>