#00041A

Color #00041A Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #00041A

Tints of Black Russian #00041A

Color information

#00041A (or 0x00041A) is unknown color: approx Black Russian. HEX triplet: 00, 04 and 1A. RGB value is (0,4,26). Sum of RGB (Red+Green+Blue) = 0+4+26=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 26 (10.55% from 255 or 86.67% from 30); Max value from RGB is 26 - color contains mainly: blue. Hex color #00041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00041A is #FFFBE5. Grayscale: #050505. Windows color (decimal): -16776166 or 1704960. OLE color: 1704960.

HSL color Cylindrical-coordinate representation of color #00041A: hue angle of 230.77º 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 #00041A is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB0426-
CMYK10.8500.90
HSL230.77º100%5.1%-
HSV(B)230.77º100%10.2%-
XYZ0.230.161-
YUV5.31139.67124.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 13.33%
BLUE value IS 26 (10.55% from 255) = 86.67%
R=0%
G=13.33%
B=86.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal042610.8500.90230.771005.1
Hex041A645505Ae7645
Octal043214412501323471445
Binary0100110101100100101010101011010111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00041A;
 }
 .AnyTagClassName
 {
   color: #00041A;
 }
</style>
background-color css

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

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

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

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

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

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