Html Css Color HEX #00011A Black Russian

📋 copy color: '#00011A'

red 0 ◦ green 1 ◦ blue 26

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

Shades of Black Russian #00011A

Tints of Black Russian #00011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.7%

 BLUE value IS 26 (10.55% from 255) = 96.3%

R = 0%
G = 3.7%
B = 96.3%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00011A (or 0x00011A) is known color: Black Russian. HEX triplet: 00, 01 and 1A. RGB value is (0,1,26). Sum of RGB (Red+Green+Blue) = 0+1+26=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 26 (10.55% from 255 or 96.30% from 27); Max value from RGB is 26 - color contains mainly: blue. Hex color #00011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00011A is #FFFEE5. Grayscale: #030303. Windows color (decimal): -16776934 or 1704192. OLE color: 1704192.

HSL color Cylindrical-coordinate representation of color #00011A: hue angle of 237.69º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00011A is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 1 26 -
CMYK 1 0.96 0 0.90
HSL 237.69º 1% 0.05% -
HSV(B) 237.69º 1% 0.1% -
XYZ 0.2 0.1 0.99 -
YUV 3.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 0 1 26 1 0.96 0 0.90 237.69 1 0.05
Hex 0 1 1A 64 60 0 5A EE 64 5
Octal 0 1 32 144 140 0 132 356 144 5
Binary 0 1 11010 1100100 1100000 0 1011010 11101110 1100100 101

Color Harmonies of #00011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00011A

Black with #00011A

Text Example


Text Example

White with #00011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00011A; }

 p { color: rgb(0,1,26); }

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

background-color css

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

 a { background-color: rgb(0,1,26); }

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

border-color css

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

 span { border-color: rgb(0,1,26); }

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