Html Css Color HEX #0A0526 Black Russian

📋 copy color: '#0A0526'

red 10 ◦ green 5 ◦ blue 38

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

Shades of Black Russian #0A0526

Tints of Black Russian #0A0526

RGB

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

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

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

R = 18.87%
G = 9.43%
B = 71.7%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A0526 (or 0x0A0526) is known color: Black Russian. HEX triplet: 0A, 05 and 26. RGB value is (10,5,38). Sum of RGB (Red+Green+Blue) = 10+5+38=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 38 (15.23% from 255 or 71.70% from 53); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A0526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0526 is #F5FAD9. Grayscale: #0A0A0A. Windows color (decimal): -16120538 or 2491658. OLE color: 2491658.

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

Color convert

RGB 10 5 38 -
CMYK 0.74 0.87 0 0.85
HSL 249.09º 0.77% 0.08% -
HSV(B) 249.09º 0.87% 0.15% -
XYZ 0.53 0.31 1.87 -
YUV 10.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 10 5 38 0.74 0.87 0 0.85 249.09 0.77 0.08
Hex A 5 26 4A 57 0 55 F9 4D 8
Octal 12 5 46 112 127 0 125 371 115 10
Binary 1010 101 100110 1001010 1010111 0 1010101 11111001 1001101 1000

Color Harmonies of #0A0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0526

Black with #0A0526

Text Example


Text Example

White with #0A0526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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