Html Css Color HEX #551332 Blackberry

📋 copy color: '#551332'

red 85 ◦ green 19 ◦ blue 50

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

Shades of Blackberry #551332

Tints of Blackberry #551332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

 BLUE value IS 50 (19.92% from 255) = 32.47%

R = 55.19%
G = 12.34%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#551332 (or 0x551332) is known color: Blackberry. HEX triplet: 55, 13 and 32. RGB value is (85,19,50). Sum of RGB (Red+Green+Blue) = 85+19+50=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551332 is #AAECCD. Grayscale: #2A2A2A. Windows color (decimal): -11201742 or 3281749. OLE color: 3281749.

HSL color Cylindrical-coordinate representation of color #551332: hue angle of 331.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551332 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 50 -
CMYK 0 0.78 0.41 0.67
HSL 331.82º 0.63% 0.2% -
HSV(B) 331.82º 0.78% 0.33% -
XYZ 4.55 2.63 3.28 -
YUV 42.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 85 19 50 0 0.78 0.41 0.67 331.82 0.63 0.2
Hex 55 13 32 0 4E 29 43 14C 3F 14
Octal 125 23 62 0 116 51 103 514 77 24
Binary 1010101 10011 110010 0 1001110 101001 1000011 101001100 111111 10100

Color Harmonies of #551332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551332

Black with #551332

Text Example


Text Example

White with #551332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551332; }

 p { color: rgb(85,19,50); }

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

background-color css

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

 a { background-color: rgb(85,19,50); }

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

border-color css

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

 span { border-color: rgb(85,19,50); }

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