Html Css Color HEX #550928 Blackberry

📋 copy color: '#550928'

red 85 ◦ green 9 ◦ blue 40

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

Shades of Blackberry #550928

Tints of Blackberry #550928

RGB

 RED value IS 85 (33.59% from 255) = 63.43%

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

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

R = 63.43%
G = 6.72%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#550928 (or 0x550928) is known color: Blackberry. HEX triplet: 55, 09 and 28. RGB value is (85,9,40). Sum of RGB (Red+Green+Blue) = 85+9+40=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #550928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550928 is #AAF6D7. Grayscale: #232323. Windows color (decimal): -11204312 or 2623829. OLE color: 2623829.

HSL color Cylindrical-coordinate representation of color #550928: hue angle of 335.53º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550928 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 40 -
CMYK 0 0.89 0.53 0.67
HSL 335.53º 0.81% 0.18% -
HSV(B) 335.53º 0.89% 0.33% -
XYZ 4.23 2.28 2.22 -
YUV 35.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 85 9 40 0 0.89 0.53 0.67 335.53 0.81 0.18
Hex 55 9 28 0 59 35 43 150 51 12
Octal 125 11 50 0 131 65 103 520 121 22
Binary 1010101 1001 101000 0 1011001 110101 1000011 101010000 1010001 10010

Color Harmonies of #550928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550928

Black with #550928

Text Example


Text Example

White with #550928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550928; }

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

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

background-color css

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

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

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

border-color css

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

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

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