Html Css Color HEX #03030E Black Russian

📋 copy color: '#03030E'

red 3 ◦ green 3 ◦ blue 14

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

Shades of Black Russian #03030E

Tints of Black Russian #03030E

RGB

 RED value IS 3 (1.56% from 255) = 15%

 GREEN value IS 3 (1.56% from 255) = 15%

 BLUE value IS 14 (5.86% from 255) = 70%

R = 15%
G = 15%
B = 70%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#03030E (or 0x03030E) is known color: Black Russian. HEX triplet: 03, 03 and 0E. RGB value is (3,3,14). Sum of RGB (Red+Green+Blue) = 3+3+14=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 3 (1.56% from 255 or 15% from 20); Blue value is 14 (5.86% from 255 or 70% from 20); Max value from RGB is 14 - color contains mainly: blue. Hex color #03030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03030E is #FCFCF1. Grayscale: #040404. Windows color (decimal): -16579826 or 918275. OLE color: 918275.

HSL color Cylindrical-coordinate representation of color #03030E: hue angle of 240º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #03030E is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 3 3 14 -
CMYK 0.79 0.79 0 0.95
HSL 240º 0.65% 0.03% -
HSV(B) 240º 0.79% 0.05% -
XYZ 0.15 0.12 0.43 -
YUV 4.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 3 3 14 0.79 0.79 0 0.95 240 0.65 0.03
Hex 3 3 E 4F 4F 0 5F F0 41 3
Octal 3 3 16 117 117 0 137 360 101 3
Binary 11 11 1110 1001111 1001111 0 1011111 11110000 1000001 11

Color Harmonies of #03030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03030E

Black with #03030E

Text Example


Text Example

White with #03030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03030E; }

 p { color: rgb(3,3,14); }

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

background-color css

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

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

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

border-color css

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

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

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