Html Css Color HEX #030D1F Black Russian

📋 copy color: '#030D1F'

red 3 ◦ green 13 ◦ blue 31

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

Shades of Black Russian #030D1F

Tints of Black Russian #030D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.66%

 BLUE value IS 31 (12.5% from 255) = 65.96%

R = 6.38%
G = 27.66%
B = 65.96%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#030D1F (or 0x030D1F) is known color: Black Russian. HEX triplet: 03, 0D and 1F. RGB value is (3,13,31). Sum of RGB (Red+Green+Blue) = 3+13+31=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #030D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D1F is #FCF2E0. Grayscale: #0B0B0B. Windows color (decimal): -16577249 or 2034947. OLE color: 2034947.

HSL color Cylindrical-coordinate representation of color #030D1F: hue angle of 218.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030D1F is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 13 31 -
CMYK 0.90 0.58 0 0.88
HSL 218.57º 0.82% 0.07% -
HSV(B) 218.57º 0.9% 0.12% -
XYZ 0.43 0.41 1.35 -
YUV 12.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 3 13 31 0.90 0.58 0 0.88 218.57 0.82 0.07
Hex 3 D 1F 5A 3A 0 58 DB 52 7
Octal 3 15 37 132 72 0 130 333 122 7
Binary 11 1101 11111 1011010 111010 0 1011000 11011011 1010010 111

Color Harmonies of #030D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D1F

Black with #030D1F

Text Example


Text Example

White with #030D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030D1F; }

 p { color: rgb(3,13,31); }

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

background-color css

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

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

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

border-color css

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

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

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