Html Css Color HEX #030C1F Black Russian

📋 copy color: '#030C1F'

red 3 ◦ green 12 ◦ blue 31

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

Shades of Black Russian #030C1F

Tints of Black Russian #030C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 26.09%

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

R = 6.52%
G = 26.09%
B = 67.39%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#030C1F (or 0x030C1F) is known color: Black Russian. HEX triplet: 03, 0C and 1F. RGB value is (3,12,31). Sum of RGB (Red+Green+Blue) = 3+12+31=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #030C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C1F is #FCF3E0. Grayscale: #0B0B0B. Windows color (decimal): -16577505 or 2034691. OLE color: 2034691.

HSL color Cylindrical-coordinate representation of color #030C1F: hue angle of 220.71º 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 #030C1F is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 12 31 -
CMYK 0.90 0.61 0 0.88
HSL 220.71º 0.82% 0.07% -
HSV(B) 220.71º 0.9% 0.12% -
XYZ 0.42 0.38 1.35 -
YUV 11.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 3 12 31 0.90 0.61 0 0.88 220.71 0.82 0.07
Hex 3 C 1F 5A 3D 0 58 DD 52 7
Octal 3 14 37 132 75 0 130 335 122 7
Binary 11 1100 11111 1011010 111101 0 1011000 11011101 1010010 111

Color Harmonies of #030C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C1F

Black with #030C1F

Text Example


Text Example

White with #030C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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