Html Css Color HEX #06001F Black Russian

📋 copy color: '#06001F'

red 6 ◦ green 0 ◦ blue 31

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

Shades of Black Russian #06001F

Tints of Black Russian #06001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 16.22%
G = 0%
B = 83.78%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06001F (or 0x06001F) is known color: Black Russian. HEX triplet: 06, 00 and 1F. RGB value is (6,0,31). Sum of RGB (Red+Green+Blue) = 6+0+31=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 31 (12.5% from 255 or 83.78% from 37); Max value from RGB is 31 - color contains mainly: blue. Hex color #06001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06001F is #F9FFE0. Grayscale: #050505. Windows color (decimal): -16383969 or 2031622. OLE color: 2031622.

HSL color Cylindrical-coordinate representation of color #06001F: hue angle of 251.61º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06001F is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 0 31 -
CMYK 0.81 1 0 0.88
HSL 251.61º 1% 0.06% -
HSV(B) 251.61º 1% 0.12% -
XYZ 0.32 0.14 1.31 -
YUV 5.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 6 0 31 0.81 1 0 0.88 251.61 1 0.06
Hex 6 0 1F 51 64 0 58 FC 64 6
Octal 6 0 37 121 144 0 130 374 144 6
Binary 110 0 11111 1010001 1100100 0 1011000 11111100 1100100 110

Color Harmonies of #06001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06001F

Black with #06001F

Text Example


Text Example

White with #06001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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