Html Css Color HEX #0A0326 Black Russian

📋 copy color: '#0A0326'

red 10 ◦ green 3 ◦ blue 38

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

Shades of Black Russian #0A0326

Tints of Black Russian #0A0326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.88%

 BLUE value IS 38 (15.23% from 255) = 74.51%

R = 19.61%
G = 5.88%
B = 74.51%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A0326 (or 0x0A0326) is known color: Black Russian. HEX triplet: 0A, 03 and 26. RGB value is (10,3,38). Sum of RGB (Red+Green+Blue) = 10+3+38=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 38 (15.23% from 255 or 74.51% from 51); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A0326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0326 is #F5FCD9. Grayscale: #080808. Windows color (decimal): -16121050 or 2491146. OLE color: 2491146.

HSL color Cylindrical-coordinate representation of color #0A0326: hue angle of 252º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A0326 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 3 38 -
CMYK 0.74 0.92 0 0.85
HSL 252º 0.85% 0.08% -
HSV(B) 252º 0.92% 0.15% -
XYZ 0.51 0.27 1.86 -
YUV 9.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 10 3 38 0.74 0.92 0 0.85 252 0.85 0.08
Hex A 3 26 4A 5C 0 55 FC 55 8
Octal 12 3 46 112 134 0 125 374 125 10
Binary 1010 11 100110 1001010 1011100 0 1010101 11111100 1010101 1000

Color Harmonies of #0A0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0326

Black with #0A0326

Text Example


Text Example

White with #0A0326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,3,38); }

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

background-color css

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

 a { background-color: rgb(10,3,38); }

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

border-color css

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

 span { border-color: rgb(10,3,38); }

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