Html Css Color HEX #581336 Blackberry

📋 copy color: '#581336'

red 88 ◦ green 19 ◦ blue 54

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

Shades of Blackberry #581336

Tints of Blackberry #581336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 54 (21.48% from 255) = 33.54%

R = 54.66%
G = 11.8%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#581336 (or 0x581336) is known color: Blackberry. HEX triplet: 58, 13 and 36. RGB value is (88,19,54). Sum of RGB (Red+Green+Blue) = 88+19+54=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581336 is #A7ECC9. Grayscale: #2B2B2B. Windows color (decimal): -11005130 or 3543896. OLE color: 3543896.

HSL color Cylindrical-coordinate representation of color #581336: hue angle of 329.57º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581336 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 54 -
CMYK 0 0.78 0.39 0.65
HSL 329.57º 0.64% 0.21% -
HSV(B) 329.57º 0.78% 0.35% -
XYZ 4.92 2.81 3.77 -
YUV 43.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 88 19 54 0 0.78 0.39 0.65 329.57 0.64 0.21
Hex 58 13 36 0 4E 27 41 14A 40 15
Octal 130 23 66 0 116 47 101 512 100 25
Binary 1011000 10011 110110 0 1001110 100111 1000001 101001010 1000000 10101

Color Harmonies of #581336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581336

Black with #581336

Text Example


Text Example

White with #581336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581336; }

 p { color: rgb(88,19,54); }

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

background-color css

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

 a { background-color: rgb(88,19,54); }

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

border-color css

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

 span { border-color: rgb(88,19,54); }

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