Html Css Color HEX #550022 Blackberry

📋 copy color: '#550022'

red 85 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #550022

Tints of Blackberry #550022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 28.57%

R = 71.43%
G = 0%
B = 28.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#550022 (or 0x550022) is known color: Blackberry. HEX triplet: 55, 00 and 22. RGB value is (85,0,34). Sum of RGB (Red+Green+Blue) = 85+0+34=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #550022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550022 is #AAFFDD. Grayscale: #1D1D1D. Windows color (decimal): -11206622 or 2228309. OLE color: 2228309.

HSL color Cylindrical-coordinate representation of color #550022: hue angle of 336º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550022 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 34 -
CMYK 0 1 0.60 0.67
HSL 336º 1% 0.17% -
HSV(B) 336º 1% 0.33% -
XYZ 4.04 2.05 1.7 -
YUV 29.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 85 0 34 0 1 0.60 0.67 336 1 0.17
Hex 55 0 22 0 64 3C 43 150 64 11
Octal 125 0 42 0 144 74 103 520 144 21
Binary 1010101 0 100010 0 1100100 111100 1000011 101010000 1100100 10001

Color Harmonies of #550022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550022

Black with #550022

Text Example


Text Example

White with #550022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550022; }

 p { color: rgb(85,0,34); }

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

background-color css

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

 a { background-color: rgb(85,0,34); }

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

border-color css

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

 span { border-color: rgb(85,0,34); }

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