#030A1A

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

Shades of Black Russian #030A1A

Tints of Black Russian #030A1A

Color information

#030A1A (or 0x030A1A) is unknown color: approx Black Russian. HEX triplet: 03, 0A and 1A. RGB value is (3,10,26). Sum of RGB (Red+Green+Blue) = 3+10+26=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 26 (10.55% from 255 or 66.67% from 39); Max value from RGB is 26 - color contains mainly: blue. Hex color #030A1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A1A is #FCF5E5. Grayscale: #090909. Windows color (decimal): -16578022 or 1706499. OLE color: 1706499.

HSL color Cylindrical-coordinate representation of color #030A1A: hue angle of 221.74º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030A1A is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB31026-
CMYK0.880.6200.90
HSL221.74º79.31%5.69%-
HSV(B)221.74º88.46%10.2%-
XYZ0.330.311.02-
YUV9.73137.18123.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.69%
GREEN value IS 10 (4.30% from 255) = 25.64%
BLUE value IS 26 (10.55% from 255) = 66.67%
R=7.69%
G=25.64%
B=66.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal310260.880.6200.90221.7479.315.69
Hex3A1A583E05Ade4f6
Octal312321307601323361176
Binary11101011010101100011111001011010110111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030A1A; }

 p { color: rgb(3,10,26); }

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

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

 a { background-color: rgb(3,10,26); }

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

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

 span { border-color: rgb(3,10,26); }

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