Html Css Color HEX #010214 Black Russian

📋 copy color: '#010214'

red 1 ◦ green 2 ◦ blue 20

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

Shades of Black Russian #010214

Tints of Black Russian #010214

RGB

 RED value IS 1 (0.78% from 255) = 4.35%

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

 BLUE value IS 20 (8.2% from 255) = 86.96%

R = 4.35%
G = 8.7%
B = 86.96%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010214 (or 0x010214) is known color: Black Russian. HEX triplet: 01, 02 and 14. RGB value is (1,2,20). Sum of RGB (Red+Green+Blue) = 1+2+20=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 20 (8.20% from 255 or 86.96% from 23); Max value from RGB is 20 - color contains mainly: blue. Hex color #010214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010214 is #FEFDEB. Grayscale: #030303. Windows color (decimal): -16711148 or 1311233. OLE color: 1311233.

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

Color convert

RGB 1 2 20 -
CMYK 0.95 0.90 0 0.92
HSL 236.84º 0.9% 0.04% -
HSV(B) 236.84º 0.95% 0.08% -
XYZ 0.16 0.1 0.67 -
YUV 3.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 1 2 20 0.95 0.90 0 0.92 236.84 0.9 0.04
Hex 1 2 14 5F 5A 0 5C ED 5A 4
Octal 1 2 24 137 132 0 134 355 132 4
Binary 1 10 10100 1011111 1011010 0 1011100 11101101 1011010 100

Color Harmonies of #010214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010214

Black with #010214

Text Example


Text Example

White with #010214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010214; }

 p { color: rgb(1,2,20); }

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

background-color css

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

 a { background-color: rgb(1,2,20); }

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

border-color css

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

 span { border-color: rgb(1,2,20); }

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