Html Css Color HEX #551839 Blackberry

📋 copy color: '#551839'

red 85 ◦ green 24 ◦ blue 57

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

Shades of Blackberry #551839

Tints of Blackberry #551839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.46%

 BLUE value IS 57 (22.66% from 255) = 34.34%

R = 51.2%
G = 14.46%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#551839 (or 0x551839) is known color: Blackberry. HEX triplet: 55, 18 and 39. RGB value is (85,24,57). Sum of RGB (Red+Green+Blue) = 85+24+57=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #551839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551839 is #AAE7C6. Grayscale: #2D2D2D. Windows color (decimal): -11200455 or 3741781. OLE color: 3741781.

HSL color Cylindrical-coordinate representation of color #551839: hue angle of 327.54º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551839 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 57 -
CMYK 0 0.72 0.33 0.67
HSL 327.54º 0.56% 0.21% -
HSV(B) 327.54º 0.72% 0.33% -
XYZ 4.81 2.88 4.17 -
YUV 46 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 85 24 57 0 0.72 0.33 0.67 327.54 0.56 0.21
Hex 55 18 39 0 48 21 43 148 38 15
Octal 125 30 71 0 110 41 103 510 70 25
Binary 1010101 11000 111001 0 1001000 100001 1000011 101001000 111000 10101

Color Harmonies of #551839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551839

Black with #551839

Text Example


Text Example

White with #551839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551839; }

 p { color: rgb(85,24,57); }

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

background-color css

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

 a { background-color: rgb(85,24,57); }

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

border-color css

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

 span { border-color: rgb(85,24,57); }

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