Html Css Color HEX #580928 Blackberry

📋 copy color: '#580928'

red 88 ◦ green 9 ◦ blue 40

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

Shades of Blackberry #580928

Tints of Blackberry #580928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 64.23%
G = 6.57%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#580928 (or 0x580928) is known color: Blackberry. HEX triplet: 58, 09 and 28. RGB value is (88,9,40). Sum of RGB (Red+Green+Blue) = 88+9+40=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #580928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580928 is #A7F6D7. Grayscale: #242424. Windows color (decimal): -11007704 or 2623832. OLE color: 2623832.

HSL color Cylindrical-coordinate representation of color #580928: hue angle of 336.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580928 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 40 -
CMYK 0 0.90 0.55 0.65
HSL 336.46º 0.81% 0.19% -
HSV(B) 336.46º 0.9% 0.35% -
XYZ 4.51 2.42 2.24 -
YUV 36.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 88 9 40 0 0.90 0.55 0.65 336.46 0.81 0.19
Hex 58 9 28 0 5A 37 41 150 51 13
Octal 130 11 50 0 132 67 101 520 121 23
Binary 1011000 1001 101000 0 1011010 110111 1000001 101010000 1010001 10011

Color Harmonies of #580928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580928

Black with #580928

Text Example


Text Example

White with #580928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580928; }

 p { color: rgb(88,9,40); }

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

background-color css

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

 a { background-color: rgb(88,9,40); }

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

border-color css

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

 span { border-color: rgb(88,9,40); }

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