Html Css Color HEX #551233 Blackberry

📋 copy color: '#551233'

red 85 ◦ green 18 ◦ blue 51

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

Shades of Blackberry #551233

Tints of Blackberry #551233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 33.12%

R = 55.19%
G = 11.69%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#551233 (or 0x551233) is known color: Blackberry. HEX triplet: 55, 12 and 33. RGB value is (85,18,51). Sum of RGB (Red+Green+Blue) = 85+18+51=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551233 is #AAEDCC. Grayscale: #292929. Windows color (decimal): -11201997 or 3347029. OLE color: 3347029.

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

Color convert

RGB 85 18 51 -
CMYK 0 0.79 0.40 0.67
HSL 330.45º 0.65% 0.2% -
HSV(B) 330.45º 0.79% 0.33% -
XYZ 4.56 2.6 3.39 -
YUV 41.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 85 18 51 0 0.79 0.40 0.67 330.45 0.65 0.2
Hex 55 12 33 0 4F 28 43 14A 41 14
Octal 125 22 63 0 117 50 103 512 101 24
Binary 1010101 10010 110011 0 1001111 101000 1000011 101001010 1000001 10100

Color Harmonies of #551233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551233

Black with #551233

Text Example


Text Example

White with #551233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551233; }

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

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

background-color css

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

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

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

border-color css

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

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

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