Html Css Color HEX #551337 Blackberry

📋 copy color: '#551337'

red 85 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #551337

Tints of Blackberry #551337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 34.59%

R = 53.46%
G = 11.95%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#551337 (or 0x551337) is known color: Blackberry. HEX triplet: 55, 13 and 37. RGB value is (85,19,55). Sum of RGB (Red+Green+Blue) = 85+19+55=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551337 is #AAECC8. Grayscale: #2A2A2A. Windows color (decimal): -11201737 or 3609429. OLE color: 3609429.

HSL color Cylindrical-coordinate representation of color #551337: hue angle of 327.27º 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 #551337 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 55 -
CMYK 0 0.78 0.35 0.67
HSL 327.27º 0.63% 0.2% -
HSV(B) 327.27º 0.78% 0.33% -
XYZ 4.67 2.67 3.88 -
YUV 42.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 85 19 55 0 0.78 0.35 0.67 327.27 0.63 0.2
Hex 55 13 37 0 4E 23 43 147 3F 14
Octal 125 23 67 0 116 43 103 507 77 24
Binary 1010101 10011 110111 0 1001110 100011 1000011 101000111 111111 10100

Color Harmonies of #551337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551337

Black with #551337

Text Example


Text Example

White with #551337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551337; }

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

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

background-color css

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

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

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

border-color css

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

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

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