Html Css Color HEX #220017 Blackberry

📋 copy color: '#220017'

red 34 ◦ green 0 ◦ blue 23

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

Shades of Blackberry #220017

Tints of Blackberry #220017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 40.35%

R = 59.65%
G = 0%
B = 40.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.87

RGB Variations

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

Color information

#220017 (or 0x220017) is known color: Blackberry. HEX triplet: 22, 00 and 17. RGB value is (34,0,23). Sum of RGB (Red+Green+Blue) = 34+0+23=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #220017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220017 is #DDFFE8. Grayscale: #0C0C0C. Windows color (decimal): -14548969 or 1507362. OLE color: 1507362.

HSL color Cylindrical-coordinate representation of color #220017: hue angle of 319.41º 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 #220017 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 0 23 -
CMYK 0 1 0.32 0.87
HSL 319.41º 1% 0.07% -
HSV(B) 319.41º 1% 0.13% -
XYZ 0.81 0.4 0.85 -
YUV 12.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 34 0 23 0 1 0.32 0.87 319.41 1 0.07
Hex 22 0 17 0 64 20 57 13F 64 7
Octal 42 0 27 0 144 40 127 477 144 7
Binary 100010 0 10111 0 1100100 100000 1010111 100111111 1100100 111

Color Harmonies of #220017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220017

Black with #220017

Text Example


Text Example

White with #220017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220017; }

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

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

background-color css

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

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

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

border-color css

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

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

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