Html Css Color HEX #030012 Black Russian

📋 copy color: '#030012'

red 3 ◦ green 0 ◦ blue 18

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

Shades of Black Russian #030012

Tints of Black Russian #030012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 85.71%

R = 14.29%
G = 0%
B = 85.71%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030012 (or 0x030012) is known color: Black Russian. HEX triplet: 03, 00 and 12. RGB value is (3,0,18). Sum of RGB (Red+Green+Blue) = 3+0+18=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 18 (7.42% from 255 or 85.71% from 21); Max value from RGB is 18 - color contains mainly: blue. Hex color #030012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030012 is #FCFFED. Grayscale: #020202. Windows color (decimal): -16580590 or 1179651. OLE color: 1179651.

HSL color Cylindrical-coordinate representation of color #030012: hue angle of 250º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030012 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 0 18 -
CMYK 0.83 1 0 0.93
HSL 250º 1% 0.04% -
HSV(B) 250º 1% 0.07% -
XYZ 0.15 0.06 0.58 -
YUV 2.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 3 0 18 0.83 1 0 0.93 250 1 0.04
Hex 3 0 12 53 64 0 5D FA 64 4
Octal 3 0 22 123 144 0 135 372 144 4
Binary 11 0 10010 1010011 1100100 0 1011101 11111010 1100100 100

Color Harmonies of #030012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030012

Black with #030012

Text Example


Text Example

White with #030012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030012; }

 p { color: rgb(3,0,18); }

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

background-color css

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

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

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

border-color css

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

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

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