Html Css Color HEX #030115 Black Russian

📋 copy color: '#030115'

red 3 ◦ green 1 ◦ blue 21

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

Shades of Black Russian #030115

Tints of Black Russian #030115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4%

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

R = 12%
G = 4%
B = 84%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030115 (or 0x030115) is known color: Black Russian. HEX triplet: 03, 01 and 15. RGB value is (3,1,21). Sum of RGB (Red+Green+Blue) = 3+1+21=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 21 (8.59% from 255 or 84% from 25); Max value from RGB is 21 - color contains mainly: blue. Hex color #030115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030115 is #FCFEEA. Grayscale: #030303. Windows color (decimal): -16580331 or 1376515. OLE color: 1376515.

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

Color convert

RGB 3 1 21 -
CMYK 0.86 0.95 0 0.92
HSL 246º 0.91% 0.04% -
HSV(B) 246º 0.95% 0.08% -
XYZ 0.18 0.1 0.72 -
YUV 3.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 3 1 21 0.86 0.95 0 0.92 246 0.91 0.04
Hex 3 1 15 56 5F 0 5C F6 5B 4
Octal 3 1 25 126 137 0 134 366 133 4
Binary 11 1 10101 1010110 1011111 0 1011100 11110110 1011011 100

Color Harmonies of #030115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030115

Black with #030115

Text Example


Text Example

White with #030115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030115; }

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

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

background-color css

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

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

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

border-color css

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

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

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