Html Css Color HEX #030414 Black Russian

📋 copy color: '#030414'

red 3 ◦ green 4 ◦ blue 20

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

Shades of Black Russian #030414

Tints of Black Russian #030414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 14.81%

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

R = 11.11%
G = 14.81%
B = 74.07%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030414 (or 0x030414) is known color: Black Russian. HEX triplet: 03, 04 and 14. RGB value is (3,4,20). Sum of RGB (Red+Green+Blue) = 3+4+20=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #030414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030414 is #FCFBEB. Grayscale: #050505. Windows color (decimal): -16579564 or 1311747. OLE color: 1311747.

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

Color convert

RGB 3 4 20 -
CMYK 0.85 0.80 0 0.92
HSL 236.47º 0.74% 0.05% -
HSV(B) 236.47º 0.85% 0.08% -
XYZ 0.21 0.16 0.68 -
YUV 5.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 3 4 20 0.85 0.80 0 0.92 236.47 0.74 0.05
Hex 3 4 14 55 50 0 5C EC 4A 5
Octal 3 4 24 125 120 0 134 354 112 5
Binary 11 100 10100 1010101 1010000 0 1011100 11101100 1001010 101

Color Harmonies of #030414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030414

Black with #030414

Text Example


Text Example

White with #030414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030414; }

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

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

background-color css

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

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

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

border-color css

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

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

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