Html Css Color HEX #550223 Blackberry

📋 copy color: '#550223'

red 85 ◦ green 2 ◦ blue 35

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

Shades of Blackberry #550223

Tints of Blackberry #550223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

 BLUE value IS 35 (14.06% from 255) = 28.69%

R = 69.67%
G = 1.64%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#550223 (or 0x550223) is known color: Blackberry. HEX triplet: 55, 02 and 23. RGB value is (85,2,35). Sum of RGB (Red+Green+Blue) = 85+2+35=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #550223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550223 is #AAFDDC. Grayscale: #1E1E1E. Windows color (decimal): -11206109 or 2294357. OLE color: 2294357.

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

Color convert

RGB 85 2 35 -
CMYK 0 0.98 0.59 0.67
HSL 336.14º 0.95% 0.17% -
HSV(B) 336.14º 0.98% 0.33% -
XYZ 4.07 2.1 1.78 -
YUV 30.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 85 2 35 0 0.98 0.59 0.67 336.14 0.95 0.17
Hex 55 2 23 0 62 3B 43 150 5F 11
Octal 125 2 43 0 142 73 103 520 137 21
Binary 1010101 10 100011 0 1100010 111011 1000011 101010000 1011111 10001

Color Harmonies of #550223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550223

Black with #550223

Text Example


Text Example

White with #550223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550223; }

 p { color: rgb(85,2,35); }

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

background-color css

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

 a { background-color: rgb(85,2,35); }

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

border-color css

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

 span { border-color: rgb(85,2,35); }

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