Html Css Color HEX #030814 Black Russian

📋 copy color: '#030814'

red 3 ◦ green 8 ◦ blue 20

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

Shades of Black Russian #030814

Tints of Black Russian #030814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25.81%

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

R = 9.68%
G = 25.81%
B = 64.52%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030814 (or 0x030814) is known color: Black Russian. HEX triplet: 03, 08 and 14. RGB value is (3,8,20). Sum of RGB (Red+Green+Blue) = 3+8+20=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #030814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030814 is #FCF7EB. Grayscale: #070707. Windows color (decimal): -16578540 or 1312771. OLE color: 1312771.

HSL color Cylindrical-coordinate representation of color #030814: hue angle of 222.35º 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 #030814 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 8 20 -
CMYK 0.85 0.60 0 0.92
HSL 222.35º 0.74% 0.05% -
HSV(B) 222.35º 0.85% 0.08% -
XYZ 0.25 0.24 0.7 -
YUV 7.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 3 8 20 0.85 0.60 0 0.92 222.35 0.74 0.05
Hex 3 8 14 55 3C 0 5C DE 4A 5
Octal 3 10 24 125 74 0 134 336 112 5
Binary 11 1000 10100 1010101 111100 0 1011100 11011110 1001010 101

Color Harmonies of #030814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030814

Black with #030814

Text Example


Text Example

White with #030814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030814; }

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

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

background-color css

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

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

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

border-color css

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

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

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