Html Css Color HEX #551439 Blackberry

📋 copy color: '#551439'

red 85 ◦ green 20 ◦ blue 57

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

Shades of Blackberry #551439

Tints of Blackberry #551439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

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

R = 52.47%
G = 12.35%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#551439 (or 0x551439) is known color: Blackberry. HEX triplet: 55, 14 and 39. RGB value is (85,20,57). Sum of RGB (Red+Green+Blue) = 85+20+57=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551439 is #AAEBC6. Grayscale: #2B2B2B. Windows color (decimal): -11201479 or 3740757. OLE color: 3740757.

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

Color convert

RGB 85 20 57 -
CMYK 0 0.76 0.33 0.67
HSL 325.85º 0.62% 0.21% -
HSV(B) 325.85º 0.76% 0.33% -
XYZ 4.73 2.73 4.15 -
YUV 43.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 85 20 57 0 0.76 0.33 0.67 325.85 0.62 0.21
Hex 55 14 39 0 4C 21 43 146 3E 15
Octal 125 24 71 0 114 41 103 506 76 25
Binary 1010101 10100 111001 0 1001100 100001 1000011 101000110 111110 10101

Color Harmonies of #551439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551439

Black with #551439

Text Example


Text Example

White with #551439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551439; }

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

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

background-color css

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

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

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

border-color css

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

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

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