Html Css Color HEX #550323 Blackberry

📋 copy color: '#550323'

red 85 ◦ green 3 ◦ blue 35

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

Shades of Blackberry #550323

Tints of Blackberry #550323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 69.11%
G = 2.44%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#550323 (or 0x550323) is known color: Blackberry. HEX triplet: 55, 03 and 23. RGB value is (85,3,35). Sum of RGB (Red+Green+Blue) = 85+3+35=123 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.11% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 85 - color contains mainly: red. Hex color #550323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550323 is #AAFCDC. Grayscale: #1F1F1F. Windows color (decimal): -11205853 or 2294613. OLE color: 2294613.

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

Color convert

RGB 85 3 35 -
CMYK 0 0.96 0.59 0.67
HSL 336.59º 0.93% 0.17% -
HSV(B) 336.59º 0.96% 0.33% -
XYZ 4.08 2.12 1.78 -
YUV 31.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 85 3 35 0 0.96 0.59 0.67 336.59 0.93 0.17
Hex 55 3 23 0 60 3B 43 151 5D 11
Octal 125 3 43 0 140 73 103 521 135 21
Binary 1010101 11 100011 0 1100000 111011 1000011 101010001 1011101 10001

Color Harmonies of #550323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550323

Black with #550323

Text Example


Text Example

White with #550323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550323; }

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

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

background-color css

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

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

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

border-color css

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

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

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