Html Css Color HEX #55092B Blackberry

📋 copy color: '#55092B'

red 85 ◦ green 9 ◦ blue 43

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

Shades of Blackberry #55092B

Tints of Blackberry #55092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

 BLUE value IS 43 (17.19% from 255) = 31.39%

R = 62.04%
G = 6.57%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55092B (or 0x55092B) is known color: Blackberry. HEX triplet: 55, 09 and 2B. RGB value is (85,9,43). Sum of RGB (Red+Green+Blue) = 85+9+43=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #55092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55092B is #AAF6D4. Grayscale: #232323. Windows color (decimal): -11204309 or 2820437. OLE color: 2820437.

HSL color Cylindrical-coordinate representation of color #55092B: hue angle of 333.16º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55092B is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 43 -
CMYK 0 0.89 0.49 0.67
HSL 333.16º 0.81% 0.18% -
HSV(B) 333.16º 0.89% 0.33% -
XYZ 4.28 2.3 2.5 -
YUV 35.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 85 9 43 0 0.89 0.49 0.67 333.16 0.81 0.18
Hex 55 9 2B 0 59 31 43 14D 51 12
Octal 125 11 53 0 131 61 103 515 121 22
Binary 1010101 1001 101011 0 1011001 110001 1000011 101001101 1010001 10010

Color Harmonies of #55092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55092B

Black with #55092B

Text Example


Text Example

White with #55092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55092B; }

 p { color: rgb(85,9,43); }

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

background-color css

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

 a { background-color: rgb(85,9,43); }

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

border-color css

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

 span { border-color: rgb(85,9,43); }

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