Html Css Color HEX #551C37 Blackberry

📋 copy color: '#551C37'

red 85 ◦ green 28 ◦ blue 55

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

Shades of Blackberry #551C37

Tints of Blackberry #551C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

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

R = 50.6%
G = 16.67%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#551C37 (or 0x551C37) is known color: Blackberry. HEX triplet: 55, 1C and 37. RGB value is (85,28,55). Sum of RGB (Red+Green+Blue) = 85+28+55=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #551C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C37 is #AAE3C8. Grayscale: #303030. Windows color (decimal): -11199433 or 3611733. OLE color: 3611733.

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

Color convert

RGB 85 28 55 -
CMYK 0 0.67 0.35 0.67
HSL 331.58º 0.5% 0.22% -
HSV(B) 331.58º 0.67% 0.33% -
XYZ 4.85 3.04 3.95 -
YUV 48.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 85 28 55 0 0.67 0.35 0.67 331.58 0.5 0.22
Hex 55 1C 37 0 43 23 43 14C 32 16
Octal 125 34 67 0 103 43 103 514 62 26
Binary 1010101 11100 110111 0 1000011 100011 1000011 101001100 110010 10110

Color Harmonies of #551C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C37

Black with #551C37

Text Example


Text Example

White with #551C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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