Html Css Color HEX #220015 Blackberry

📋 copy color: '#220015'

red 34 ◦ green 0 ◦ blue 21

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

Shades of Blackberry #220015

Tints of Blackberry #220015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 38.18%

R = 61.82%
G = 0%
B = 38.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.87

RGB Variations

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

Color information

#220015 (or 0x220015) is known color: Blackberry. HEX triplet: 22, 00 and 15. RGB value is (34,0,21). Sum of RGB (Red+Green+Blue) = 34+0+21=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #220015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220015 is #DDFFEA. Grayscale: #0C0C0C. Windows color (decimal): -14548971 or 1376290. OLE color: 1376290.

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

Color convert

RGB 34 0 21 -
CMYK 0 1 0.38 0.87
HSL 322.94º 1% 0.07% -
HSV(B) 322.94º 1% 0.13% -
XYZ 0.8 0.39 0.74 -
YUV 12.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 34 0 21 0 1 0.38 0.87 322.94 1 0.07
Hex 22 0 15 0 64 26 57 143 64 7
Octal 42 0 25 0 144 46 127 503 144 7
Binary 100010 0 10101 0 1100100 100110 1010111 101000011 1100100 111

Color Harmonies of #220015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220015

Black with #220015

Text Example


Text Example

White with #220015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220015; }

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

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

background-color css

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

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

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

border-color css

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

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

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