Html Css Color HEX #06002E Black Russian

📋 copy color: '#06002E'

red 6 ◦ green 0 ◦ blue 46

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

Shades of Black Russian #06002E

Tints of Black Russian #06002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 88.46%

R = 11.54%
G = 0%
B = 88.46%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#06002E (or 0x06002E) is known color: Black Russian. HEX triplet: 06, 00 and 2E. RGB value is (6,0,46). Sum of RGB (Red+Green+Blue) = 6+0+46=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 46 (18.36% from 255 or 88.46% from 52); Max value from RGB is 46 - color contains mainly: blue. Hex color #06002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06002E is #F9FFD1. Grayscale: #060606. Windows color (decimal): -16383954 or 3014662. OLE color: 3014662.

HSL color Cylindrical-coordinate representation of color #06002E: hue angle of 247.83º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06002E is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 0 46 -
CMYK 0.87 1 0 0.82
HSL 247.83º 1% 0.09% -
HSV(B) 247.83º 1% 0.18% -
XYZ 0.57 0.24 2.6 -
YUV 7.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 6 0 46 0.87 1 0 0.82 247.83 1 0.09
Hex 6 0 2E 57 64 0 52 F8 64 9
Octal 6 0 56 127 144 0 122 370 144 11
Binary 110 0 101110 1010111 1100100 0 1010010 11111000 1100100 1001

Color Harmonies of #06002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06002E

Black with #06002E

Text Example


Text Example

White with #06002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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