Html Css Color HEX #55122F Blackberry

📋 copy color: '#55122F'

red 85 ◦ green 18 ◦ blue 47

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

Shades of Blackberry #55122F

Tints of Blackberry #55122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 56.67%
G = 12%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#55122F (or 0x55122F) is known color: Blackberry. HEX triplet: 55, 12 and 2F. RGB value is (85,18,47). Sum of RGB (Red+Green+Blue) = 85+18+47=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55122F is #AAEDD0. Grayscale: #292929. Windows color (decimal): -11202001 or 3084885. OLE color: 3084885.

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

Color convert

RGB 85 18 47 -
CMYK 0 0.79 0.45 0.67
HSL 334.03º 0.65% 0.2% -
HSV(B) 334.03º 0.79% 0.33% -
XYZ 4.48 2.57 2.95 -
YUV 41.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 85 18 47 0 0.79 0.45 0.67 334.03 0.65 0.2
Hex 55 12 2F 0 4F 2D 43 14E 41 14
Octal 125 22 57 0 117 55 103 516 101 24
Binary 1010101 10010 101111 0 1001111 101101 1000011 101001110 1000001 10100

Color Harmonies of #55122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55122F

Black with #55122F

Text Example


Text Example

White with #55122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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