Html Css Color HEX #06031F Black Russian

📋 copy color: '#06031F'

red 6 ◦ green 3 ◦ blue 31

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

Shades of Black Russian #06031F

Tints of Black Russian #06031F

RGB

 RED value IS 6 (2.73% from 255) = 15%

 GREEN value IS 3 (1.56% from 255) = 7.5%

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

R = 15%
G = 7.5%
B = 77.5%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06031F (or 0x06031F) is known color: Black Russian. HEX triplet: 06, 03 and 1F. RGB value is (6,3,31). Sum of RGB (Red+Green+Blue) = 6+3+31=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 31 (12.5% from 255 or 77.5% from 40); Max value from RGB is 31 - color contains mainly: blue. Hex color #06031F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06031F is #F9FCE0. Grayscale: #060606. Windows color (decimal): -16383201 or 2032390. OLE color: 2032390.

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

Color convert

RGB 6 3 31 -
CMYK 0.81 0.90 0 0.88
HSL 246.43º 0.82% 0.07% -
HSV(B) 246.43º 0.9% 0.12% -
XYZ 0.35 0.2 1.32 -
YUV 7.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 6 3 31 0.81 0.90 0 0.88 246.43 0.82 0.07
Hex 6 3 1F 51 5A 0 58 F6 52 7
Octal 6 3 37 121 132 0 130 366 122 7
Binary 110 11 11111 1010001 1011010 0 1011000 11110110 1010010 111

Color Harmonies of #06031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06031F

Black with #06031F

Text Example


Text Example

White with #06031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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