Html Css Color HEX #030915 Black Russian

📋 copy color: '#030915'

red 3 ◦ green 9 ◦ blue 21

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

Shades of Black Russian #030915

Tints of Black Russian #030915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 27.27%

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

R = 9.09%
G = 27.27%
B = 63.64%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030915 (or 0x030915) is known color: Black Russian. HEX triplet: 03, 09 and 15. RGB value is (3,9,21). Sum of RGB (Red+Green+Blue) = 3+9+21=33 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.09% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #030915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030915 is #FCF6EA. Grayscale: #080808. Windows color (decimal): -16578283 or 1378563. OLE color: 1378563.

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

Color convert

RGB 3 9 21 -
CMYK 0.86 0.57 0 0.92
HSL 220º 0.75% 0.05% -
HSV(B) 220º 0.86% 0.08% -
XYZ 0.27 0.27 0.75 -
YUV 8.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 3 9 21 0.86 0.57 0 0.92 220 0.75 0.05
Hex 3 9 15 56 39 0 5C DC 4B 5
Octal 3 11 25 126 71 0 134 334 113 5
Binary 11 1001 10101 1010110 111001 0 1011100 11011100 1001011 101

Color Harmonies of #030915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030915

Black with #030915

Text Example


Text Example

White with #030915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030915; }

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

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

background-color css

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

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

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

border-color css

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

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

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