Html Css Color HEX #550A2B Blackberry

📋 copy color: '#550A2B'

red 85 ◦ green 10 ◦ blue 43

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

Shades of Blackberry #550A2B

Tints of Blackberry #550A2B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.25%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 61.59%
G = 7.25%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#550A2B (or 0x550A2B) is known color: Blackberry. HEX triplet: 55, 0A and 2B. RGB value is (85,10,43). Sum of RGB (Red+Green+Blue) = 85+10+43=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #550A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550A2B is #AAF5D4. Grayscale: #242424. Windows color (decimal): -11204053 or 2820693. OLE color: 2820693.

HSL color Cylindrical-coordinate representation of color #550A2B: hue angle of 333.6º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550A2B is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 10 43 -
CMYK 0 0.88 0.49 0.67
HSL 333.6º 0.79% 0.19% -
HSV(B) 333.6º 0.88% 0.33% -
XYZ 4.29 2.32 2.51 -
YUV 36.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 85 10 43 0 0.88 0.49 0.67 333.6 0.79 0.19
Hex 55 A 2B 0 58 31 43 14E 4F 13
Octal 125 12 53 0 130 61 103 516 117 23
Binary 1010101 1010 101011 0 1011000 110001 1000011 101001110 1001111 10011

Color Harmonies of #550A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550A2B

Black with #550A2B

Text Example


Text Example

White with #550A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550A2B; }

 p { color: rgb(85,10,43); }

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

background-color css

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

 a { background-color: rgb(85,10,43); }

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

border-color css

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

 span { border-color: rgb(85,10,43); }

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