Html Css Color HEX #030114 Black Russian

📋 copy color: '#030114'

red 3 ◦ green 1 ◦ blue 20

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

Shades of Black Russian #030114

Tints of Black Russian #030114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 83.33%

R = 12.5%
G = 4.17%
B = 83.33%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030114 (or 0x030114) is known color: Black Russian. HEX triplet: 03, 01 and 14. RGB value is (3,1,20). Sum of RGB (Red+Green+Blue) = 3+1+20=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 20 (8.20% from 255 or 83.33% from 24); Max value from RGB is 20 - color contains mainly: blue. Hex color #030114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030114 is #FCFEEB. Grayscale: #030303. Windows color (decimal): -16580332 or 1310979. OLE color: 1310979.

HSL color Cylindrical-coordinate representation of color #030114: hue angle of 246.32º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030114 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 1 20 -
CMYK 0.85 0.95 0 0.92
HSL 246.32º 0.9% 0.04% -
HSV(B) 246.32º 0.95% 0.08% -
XYZ 0.17 0.09 0.67 -
YUV 3.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 3 1 20 0.85 0.95 0 0.92 246.32 0.9 0.04
Hex 3 1 14 55 5F 0 5C F6 5A 4
Octal 3 1 24 125 137 0 134 366 132 4
Binary 11 1 10100 1010101 1011111 0 1011100 11110110 1011010 100

Color Harmonies of #030114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030114

Black with #030114

Text Example


Text Example

White with #030114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030114; }

 p { color: rgb(3,1,20); }

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

background-color css

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

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

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

border-color css

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

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

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