Html Css Color HEX #06012E Black Russian

📋 copy color: '#06012E'

red 6 ◦ green 1 ◦ blue 46

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

Shades of Black Russian #06012E

Tints of Black Russian #06012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.89%

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

R = 11.32%
G = 1.89%
B = 86.79%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#06012E (or 0x06012E) is known color: Black Russian. HEX triplet: 06, 01 and 2E. RGB value is (6,1,46). Sum of RGB (Red+Green+Blue) = 6+1+46=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 46 (18.36% from 255 or 86.79% from 53); Max value from RGB is 46 - color contains mainly: blue. Hex color #06012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06012E is #F9FED1. Grayscale: #070707. Windows color (decimal): -16383698 or 3014918. OLE color: 3014918.

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

Color convert

RGB 6 1 46 -
CMYK 0.87 0.98 0 0.82
HSL 246.67º 0.96% 0.09% -
HSV(B) 246.67º 0.98% 0.18% -
XYZ 0.58 0.26 2.6 -
YUV 7.63 149.66 126.84 -
System Red Green Blue C M Y K H S L
Decimal 6 1 46 0.87 0.98 0 0.82 246.67 0.96 0.09
Hex 6 1 2E 57 62 0 52 F7 60 9
Octal 6 1 56 127 142 0 122 367 140 11
Binary 110 1 101110 1010111 1100010 0 1010010 11110111 1100000 1001

Color Harmonies of #06012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06012E

Black with #06012E

Text Example


Text Example

White with #06012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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