Html Css Color HEX #030318 Black Russian

📋 copy color: '#030318'

red 3 ◦ green 3 ◦ blue 24

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

Shades of Black Russian #030318

Tints of Black Russian #030318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 80%

R = 10%
G = 10%
B = 80%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#030318 (or 0x030318) is known color: Black Russian. HEX triplet: 03, 03 and 18. RGB value is (3,3,24). Sum of RGB (Red+Green+Blue) = 3+3+24=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 24 (9.77% from 255 or 80% from 30); Max value from RGB is 24 - color contains mainly: blue. Hex color #030318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030318 is #FCFCE7. Grayscale: #050505. Windows color (decimal): -16579816 or 1573635. OLE color: 1573635.

HSL color Cylindrical-coordinate representation of color #030318: hue angle of 240º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030318 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 3 24 -
CMYK 0.88 0.88 0 0.91
HSL 240º 0.78% 0.05% -
HSV(B) 240º 0.88% 0.09% -
XYZ 0.23 0.15 0.88 -
YUV 5.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 3 3 24 0.88 0.88 0 0.91 240 0.78 0.05
Hex 3 3 18 58 58 0 5B F0 4E 5
Octal 3 3 30 130 130 0 133 360 116 5
Binary 11 11 11000 1011000 1011000 0 1011011 11110000 1001110 101

Color Harmonies of #030318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030318

Black with #030318

Text Example


Text Example

White with #030318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030318; }

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

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

background-color css

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

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

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

border-color css

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

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

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