Html Css Color HEX #06001C Black Russian

📋 copy color: '#06001C'

red 6 ◦ green 0 ◦ blue 28

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

Shades of Black Russian #06001C

Tints of Black Russian #06001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 82.35%

R = 17.65%
G = 0%
B = 82.35%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06001C (or 0x06001C) is known color: Black Russian. HEX triplet: 06, 00 and 1C. RGB value is (6,0,28). Sum of RGB (Red+Green+Blue) = 6+0+28=34 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.65% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 28 (11.33% from 255 or 82.35% from 34); Max value from RGB is 28 - color contains mainly: blue. Hex color #06001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06001C is #F9FFE3. Grayscale: #040404. Windows color (decimal): -16383972 or 1835014. OLE color: 1835014.

HSL color Cylindrical-coordinate representation of color #06001C: hue angle of 252.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06001C is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 0 28 -
CMYK 0.79 1 0 0.89
HSL 252.86º 1% 0.05% -
HSV(B) 252.86º 1% 0.11% -
XYZ 0.28 0.12 1.11 -
YUV 4.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 6 0 28 0.79 1 0 0.89 252.86 1 0.05
Hex 6 0 1C 4F 64 0 59 FD 64 5
Octal 6 0 34 117 144 0 131 375 144 5
Binary 110 0 11100 1001111 1100100 0 1011001 11111101 1100100 101

Color Harmonies of #06001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06001C

Black with #06001C

Text Example


Text Example

White with #06001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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