Html Css Color HEX #030218 Black Russian

📋 copy color: '#030218'

red 3 ◦ green 2 ◦ blue 24

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

Shades of Black Russian #030218

Tints of Black Russian #030218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 6.9%

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

R = 10.34%
G = 6.9%
B = 82.76%

CMYK

 C value IS 0.88

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#030218 (or 0x030218) is known color: Black Russian. HEX triplet: 03, 02 and 18. RGB value is (3,2,24). Sum of RGB (Red+Green+Blue) = 3+2+24=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #030218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030218 is #FCFDE7. Grayscale: #040404. Windows color (decimal): -16580072 or 1573379. OLE color: 1573379.

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

Color convert

RGB 3 2 24 -
CMYK 0.88 0.92 0 0.91
HSL 242.73º 0.85% 0.05% -
HSV(B) 242.73º 0.92% 0.09% -
XYZ 0.22 0.13 0.88 -
YUV 4.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 3 2 24 0.88 0.92 0 0.91 242.73 0.85 0.05
Hex 3 2 18 58 5C 0 5B F3 55 5
Octal 3 2 30 130 134 0 133 363 125 5
Binary 11 10 11000 1011000 1011100 0 1011011 11110011 1010101 101

Color Harmonies of #030218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030218

Black with #030218

Text Example


Text Example

White with #030218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030218; }

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

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

background-color css

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

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

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

border-color css

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

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

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