Html Css Color HEX #551133 Blackberry

📋 copy color: '#551133'

red 85 ◦ green 17 ◦ blue 51

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

Shades of Blackberry #551133

Tints of Blackberry #551133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

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

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#551133 (or 0x551133) is known color: Blackberry. HEX triplet: 55, 11 and 33. RGB value is (85,17,51). Sum of RGB (Red+Green+Blue) = 85+17+51=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551133 is #AAEECC. Grayscale: #292929. Windows color (decimal): -11202253 or 3346773. OLE color: 3346773.

HSL color Cylindrical-coordinate representation of color #551133: hue angle of 330º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551133 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 51 -
CMYK 0 0.80 0.40 0.67
HSL 330º 0.67% 0.2% -
HSV(B) 330º 0.8% 0.33% -
XYZ 4.54 2.57 3.39 -
YUV 41.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 85 17 51 0 0.80 0.40 0.67 330 0.67 0.2
Hex 55 11 33 0 50 28 43 14A 43 14
Octal 125 21 63 0 120 50 103 512 103 24
Binary 1010101 10001 110011 0 1010000 101000 1000011 101001010 1000011 10100

Color Harmonies of #551133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551133

Black with #551133

Text Example


Text Example

White with #551133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551133; }

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

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

background-color css

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

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

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

border-color css

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

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

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