Html Css Color HEX #000221 Black Russian

📋 copy color: '#000221'

red 0 ◦ green 2 ◦ blue 33

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

Shades of Black Russian #000221

Tints of Black Russian #000221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.71%

 BLUE value IS 33 (13.28% from 255) = 94.29%

R = 0%
G = 5.71%
B = 94.29%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000221 (or 0x000221) is known color: Black Russian. HEX triplet: 00, 02 and 21. RGB value is (0,2,33). Sum of RGB (Red+Green+Blue) = 0+2+33=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 33 (13.28% from 255 or 94.29% from 35); Max value from RGB is 33 - color contains mainly: blue. Hex color #000221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000221 is #FFFDDE. Grayscale: #040404. Windows color (decimal): -16776671 or 2163200. OLE color: 2163200.

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

Color convert

RGB 0 2 33 -
CMYK 1 0.94 0 0.87
HSL 236.36º 1% 0.06% -
HSV(B) 236.36º 1% 0.13% -
XYZ 0.3 0.15 1.45 -
YUV 4.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 0 2 33 1 0.94 0 0.87 236.36 1 0.06
Hex 0 2 21 64 5E 0 57 EC 64 6
Octal 0 2 41 144 136 0 127 354 144 6
Binary 0 10 100001 1100100 1011110 0 1010111 11101100 1100100 110

Color Harmonies of #000221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000221

Black with #000221

Text Example


Text Example

White with #000221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000221; }

 p { color: rgb(0,2,33); }

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

background-color css

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

 a { background-color: rgb(0,2,33); }

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

border-color css

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

 span { border-color: rgb(0,2,33); }

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