Html Css Color HEX #0A061A Black Russian

📋 copy color: '#0A061A'

red 10 ◦ green 6 ◦ blue 26

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

Shades of Black Russian #0A061A

Tints of Black Russian #0A061A

RGB

 RED value IS 10 (4.3% from 255) = 23.81%

 GREEN value IS 6 (2.73% from 255) = 14.29%

 BLUE value IS 26 (10.55% from 255) = 61.9%

R = 23.81%
G = 14.29%
B = 61.9%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0A061A (or 0x0A061A) is known color: Black Russian. HEX triplet: 0A, 06 and 1A. RGB value is (10,6,26). Sum of RGB (Red+Green+Blue) = 10+6+26=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #0A061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A061A is #F5F9E5. Grayscale: #090909. Windows color (decimal): -16120294 or 1705482. OLE color: 1705482.

HSL color Cylindrical-coordinate representation of color #0A061A: hue angle of 252º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A061A is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 6 26 -
CMYK 0.62 0.77 0 0.90
HSL 252º 0.63% 0.06% -
HSV(B) 252º 0.77% 0.1% -
XYZ 0.38 0.27 1.01 -
YUV 9.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 10 6 26 0.62 0.77 0 0.90 252 0.63 0.06
Hex A 6 1A 3E 4D 0 5A FC 3E 6
Octal 12 6 32 76 115 0 132 374 76 6
Binary 1010 110 11010 111110 1001101 0 1011010 11111100 111110 110

Color Harmonies of #0A061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A061A

Black with #0A061A

Text Example


Text Example

White with #0A061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A061A; }

 p { color: rgb(10,6,26); }

 H1.HeaderClassName
 {
   color: #0A061A;
 }
 .AnyTagClassName
 {
   color: #0A061A;
 }
</style>

background-color css

<style>
 a { background-color: #0A061A; }

 a { background-color: rgb(10,6,26); }

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

border-color css

<style>
 span { border-color: #0A061A; }

 span { border-color: rgb(10,6,26); }

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