Html Css Color HEX #551739 Blackberry

📋 copy color: '#551739'

red 85 ◦ green 23 ◦ blue 57

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

Shades of Blackberry #551739

Tints of Blackberry #551739

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.94%

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

R = 51.52%
G = 13.94%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#551739 (or 0x551739) is known color: Blackberry. HEX triplet: 55, 17 and 39. RGB value is (85,23,57). Sum of RGB (Red+Green+Blue) = 85+23+57=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #551739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551739 is #AAE8C6. Grayscale: #2D2D2D. Windows color (decimal): -11200711 or 3741525. OLE color: 3741525.

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

Color convert

RGB 85 23 57 -
CMYK 0 0.73 0.33 0.67
HSL 327.1º 0.57% 0.21% -
HSV(B) 327.1º 0.73% 0.33% -
XYZ 4.79 2.84 4.17 -
YUV 45.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 85 23 57 0 0.73 0.33 0.67 327.1 0.57 0.21
Hex 55 17 39 0 49 21 43 147 39 15
Octal 125 27 71 0 111 41 103 507 71 25
Binary 1010101 10111 111001 0 1001001 100001 1000011 101000111 111001 10101

Color Harmonies of #551739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551739

Black with #551739

Text Example


Text Example

White with #551739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551739; }

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

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

background-color css

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

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

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

border-color css

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

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

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