Html Css Color HEX #551237 Blackberry

📋 copy color: '#551237'

red 85 ◦ green 18 ◦ blue 55

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

Shades of Blackberry #551237

Tints of Blackberry #551237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

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

R = 53.8%
G = 11.39%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#551237 (or 0x551237) is known color: Blackberry. HEX triplet: 55, 12 and 37. RGB value is (85,18,55). Sum of RGB (Red+Green+Blue) = 85+18+55=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551237 is #AAEDC8. Grayscale: #2A2A2A. Windows color (decimal): -11201993 or 3609173. OLE color: 3609173.

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

Color convert

RGB 85 18 55 -
CMYK 0 0.79 0.35 0.67
HSL 326.87º 0.65% 0.2% -
HSV(B) 326.87º 0.79% 0.33% -
XYZ 4.65 2.64 3.88 -
YUV 42.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 85 18 55 0 0.79 0.35 0.67 326.87 0.65 0.2
Hex 55 12 37 0 4F 23 43 147 41 14
Octal 125 22 67 0 117 43 103 507 101 24
Binary 1010101 10010 110111 0 1001111 100011 1000011 101000111 1000001 10100

Color Harmonies of #551237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551237

Black with #551237

Text Example


Text Example

White with #551237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551237; }

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

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

background-color css

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

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

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

border-color css

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

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

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