Html Css Color HEX #551236 Blackberry

📋 copy color: '#551236'

red 85 ◦ green 18 ◦ blue 54

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

Shades of Blackberry #551236

Tints of Blackberry #551236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.39%

R = 54.14%
G = 11.46%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#551236 (or 0x551236) is known color: Blackberry. HEX triplet: 55, 12 and 36. RGB value is (85,18,54). Sum of RGB (Red+Green+Blue) = 85+18+54=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551236 is #AAEDC9. Grayscale: #2A2A2A. Windows color (decimal): -11201994 or 3543637. OLE color: 3543637.

HSL color Cylindrical-coordinate representation of color #551236: hue angle of 327.76º 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 #551236 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 54 -
CMYK 0 0.79 0.36 0.67
HSL 327.76º 0.65% 0.2% -
HSV(B) 327.76º 0.79% 0.33% -
XYZ 4.63 2.63 3.75 -
YUV 42.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 85 18 54 0 0.79 0.36 0.67 327.76 0.65 0.2
Hex 55 12 36 0 4F 24 43 148 41 14
Octal 125 22 66 0 117 44 103 510 101 24
Binary 1010101 10010 110110 0 1001111 100100 1000011 101001000 1000001 10100

Color Harmonies of #551236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551236

Black with #551236

Text Example


Text Example

White with #551236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551236; }

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

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

background-color css

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

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

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

border-color css

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

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

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