Html Css Color HEX #000215 Black Russian

📋 copy color: '#000215'

red 0 ◦ green 2 ◦ blue 21

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

Shades of Black Russian #000215

Tints of Black Russian #000215

RGB

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

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

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

R = 0%
G = 8.7%
B = 91.3%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#000215 (or 0x000215) is known color: Black Russian. HEX triplet: 00, 02 and 15. RGB value is (0,2,21). Sum of RGB (Red+Green+Blue) = 0+2+21=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 21 (8.59% from 255 or 91.30% from 23); Max value from RGB is 21 - color contains mainly: blue. Hex color #000215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000215 is #FFFDEA. Grayscale: #030303. Windows color (decimal): -16776683 or 1376768. OLE color: 1376768.

HSL color Cylindrical-coordinate representation of color #000215: hue angle of 234.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000215 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 2 21 -
CMYK 1 0.90 0 0.92
HSL 234.29º 1% 0.04% -
HSV(B) 234.29º 1% 0.08% -
XYZ 0.16 0.1 0.72 -
YUV 3.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 0 2 21 1 0.90 0 0.92 234.29 1 0.04
Hex 0 2 15 64 5A 0 5C EA 64 4
Octal 0 2 25 144 132 0 134 352 144 4
Binary 0 10 10101 1100100 1011010 0 1011100 11101010 1100100 100

Color Harmonies of #000215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000215

Black with #000215

Text Example


Text Example

White with #000215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000215; }

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

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

background-color css

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

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

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

border-color css

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

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

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