Html Css Color HEX #06001E Black Russian

📋 copy color: '#06001E'

red 6 ◦ green 0 ◦ blue 30

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

Shades of Black Russian #06001E

Tints of Black Russian #06001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 83.33%

R = 16.67%
G = 0%
B = 83.33%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06001E (or 0x06001E) is known color: Black Russian. HEX triplet: 06, 00 and 1E. RGB value is (6,0,30). Sum of RGB (Red+Green+Blue) = 6+0+30=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 30 (12.11% from 255 or 83.33% from 36); Max value from RGB is 30 - color contains mainly: blue. Hex color #06001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06001E is #F9FFE1. Grayscale: #050505. Windows color (decimal): -16383970 or 1966086. OLE color: 1966086.

HSL color Cylindrical-coordinate representation of color #06001E: hue angle of 252º 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 #06001E is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 0 30 -
CMYK 0.80 1 0 0.88
HSL 252º 1% 0.06% -
HSV(B) 252º 1% 0.12% -
XYZ 0.31 0.13 1.24 -
YUV 5.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 6 0 30 0.80 1 0 0.88 252 1 0.06
Hex 6 0 1E 50 64 0 58 FC 64 6
Octal 6 0 36 120 144 0 130 374 144 6
Binary 110 0 11110 1010000 1100100 0 1011000 11111100 1100100 110

Color Harmonies of #06001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06001E

Black with #06001E

Text Example


Text Example

White with #06001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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