Html Css Color HEX #06050F Black Russian

📋 copy color: '#06050F'

red 6 ◦ green 5 ◦ blue 15

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

Shades of Black Russian #06050F

Tints of Black Russian #06050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 19.23%

 BLUE value IS 15 (6.25% from 255) = 57.69%

R = 23.08%
G = 19.23%
B = 57.69%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#06050F (or 0x06050F) is known color: Black Russian. HEX triplet: 06, 05 and 0F. RGB value is (6,5,15). Sum of RGB (Red+Green+Blue) = 6+5+15=26 (3% of max value = 765). Red value is 6 (2.73% from 255 or 23.08% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #06050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06050F is #F9FAF0. Grayscale: #060606. Windows color (decimal): -16382705 or 984326. OLE color: 984326.

HSL color Cylindrical-coordinate representation of color #06050F: hue angle of 246º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #06050F is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 5 15 -
CMYK 0.60 0.67 0 0.94
HSL 246º 0.5% 0.04% -
HSV(B) 246º 0.67% 0.06% -
XYZ 0.22 0.18 0.48 -
YUV 6.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 6 5 15 0.60 0.67 0 0.94 246 0.5 0.04
Hex 6 5 F 3C 43 0 5E F6 32 4
Octal 6 5 17 74 103 0 136 366 62 4
Binary 110 101 1111 111100 1000011 0 1011110 11110110 110010 100

Color Harmonies of #06050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06050F

Black with #06050F

Text Example


Text Example

White with #06050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,5,15); }

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

background-color css

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

 a { background-color: rgb(6,5,15); }

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

border-color css

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

 span { border-color: rgb(6,5,15); }

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