Html Css Color HEX #590C2A Blackberry

📋 copy color: '#590C2A'

red 89 ◦ green 12 ◦ blue 42

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

Shades of Blackberry #590C2A

Tints of Blackberry #590C2A

RGB

 RED value IS 89 (35.16% from 255) = 62.24%

 GREEN value IS 12 (5.08% from 255) = 8.39%

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 62.24%
G = 8.39%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#590C2A (or 0x590C2A) is known color: Blackberry. HEX triplet: 59, 0C and 2A. RGB value is (89,12,42). Sum of RGB (Red+Green+Blue) = 89+12+42=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #590C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C2A is #A6F3D5. Grayscale: #262626. Windows color (decimal): -10941398 or 2755673. OLE color: 2755673.

HSL color Cylindrical-coordinate representation of color #590C2A: hue angle of 336.62º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C2A is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 12 42 -
CMYK 0 0.87 0.53 0.65
HSL 336.62º 0.76% 0.2% -
HSV(B) 336.62º 0.87% 0.35% -
XYZ 4.67 2.55 2.44 -
YUV 38.44 130.01 164.06 -
System Red Green Blue C M Y K H S L
Decimal 89 12 42 0 0.87 0.53 0.65 336.62 0.76 0.2
Hex 59 C 2A 0 57 35 41 151 4C 14
Octal 131 14 52 0 127 65 101 521 114 24
Binary 1011001 1100 101010 0 1010111 110101 1000001 101010001 1001100 10100

Color Harmonies of #590C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C2A

Black with #590C2A

Text Example


Text Example

White with #590C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590C2A; }

 p { color: rgb(89,12,42); }

 H1.HeaderClassName
 {
   color: #590C2A;
 }
 .AnyTagClassName
 {
   color: #590C2A;
 }
</style>

background-color css

<style>
 a { background-color: #590C2A; }

 a { background-color: rgb(89,12,42); }

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

border-color css

<style>
 span { border-color: #590C2A; }

 span { border-color: rgb(89,12,42); }

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