Html Css Color HEX #030015 Black Russian

📋 copy color: '#030015'

red 3 ◦ green 0 ◦ blue 21

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

Shades of Black Russian #030015

Tints of Black Russian #030015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 87.5%

R = 12.5%
G = 0%
B = 87.5%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030015 (or 0x030015) is known color: Black Russian. HEX triplet: 03, 00 and 15. RGB value is (3,0,21). Sum of RGB (Red+Green+Blue) = 3+0+21=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 21 (8.59% from 255 or 87.5% from 24); Max value from RGB is 21 - color contains mainly: blue. Hex color #030015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030015 is #FCFFEA. Grayscale: #030303. Windows color (decimal): -16580587 or 1376259. OLE color: 1376259.

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

Color convert

RGB 3 0 21 -
CMYK 0.86 1 0 0.92
HSL 248.57º 1% 0.04% -
HSV(B) 248.57º 1% 0.08% -
XYZ 0.17 0.07 0.71 -
YUV 3.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 3 0 21 0.86 1 0 0.92 248.57 1 0.04
Hex 3 0 15 56 64 0 5C F9 64 4
Octal 3 0 25 126 144 0 134 371 144 4
Binary 11 0 10101 1010110 1100100 0 1011100 11111001 1100100 100

Color Harmonies of #030015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030015

Black with #030015

Text Example


Text Example

White with #030015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030015; }

 p { color: rgb(3,0,21); }

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

background-color css

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

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

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

border-color css

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

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

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