Html Css Color HEX #220011 Blackberry

📋 copy color: '#220011'

red 34 ◦ green 0 ◦ blue 17

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

Shades of Blackberry #220011

Tints of Blackberry #220011

RGB

 RED value IS 34 (13.67% from 255) = 66.67%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.87

RGB Variations

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

Color information

#220011 (or 0x220011) is known color: Blackberry. HEX triplet: 22, 00 and 11. RGB value is (34,0,17). Sum of RGB (Red+Green+Blue) = 34+0+17=51 (6% of max value = 765). Red value is 34 (13.67% from 255 or 66.67% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 34 - color contains mainly: red. Hex color #220011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220011 is #DDFFEE. Grayscale: #0C0C0C. Windows color (decimal): -14548975 or 1114146. OLE color: 1114146.

HSL color Cylindrical-coordinate representation of color #220011: hue angle of 330º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220011 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 0 17 -
CMYK 0 1 0.50 0.87
HSL 330º 1% 0.07% -
HSV(B) 330º 1% 0.13% -
XYZ 0.76 0.38 0.56 -
YUV 12.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 34 0 17 0 1 0.50 0.87 330 1 0.07
Hex 22 0 11 0 64 32 57 14A 64 7
Octal 42 0 21 0 144 62 127 512 144 7
Binary 100010 0 10001 0 1100100 110010 1010111 101001010 1100100 111

Color Harmonies of #220011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220011

Black with #220011

Text Example


Text Example

White with #220011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220011; }

 p { color: rgb(34,0,17); }

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

background-color css

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

 a { background-color: rgb(34,0,17); }

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

border-color css

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

 span { border-color: rgb(34,0,17); }

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