Html Css Color HEX #0A0523 Black Russian

📋 copy color: '#0A0523'

red 10 ◦ green 5 ◦ blue 35

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

Shades of Black Russian #0A0523

Tints of Black Russian #0A0523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 70%

R = 20%
G = 10%
B = 70%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0A0523 (or 0x0A0523) is known color: Black Russian. HEX triplet: 0A, 05 and 23. RGB value is (10,5,35). Sum of RGB (Red+Green+Blue) = 10+5+35=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 35 (14.06% from 255 or 70% from 50); Max value from RGB is 35 - color contains mainly: blue. Hex color #0A0523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0523 is #F5FADC. Grayscale: #090909. Windows color (decimal): -16120541 or 2295050. OLE color: 2295050.

HSL color Cylindrical-coordinate representation of color #0A0523: hue angle of 250º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A0523 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 10 5 35 -
CMYK 0.71 0.86 0 0.86
HSL 250º 0.75% 0.08% -
HSV(B) 250º 0.86% 0.14% -
XYZ 0.48 0.29 1.62 -
YUV 9.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 10 5 35 0.71 0.86 0 0.86 250 0.75 0.08
Hex A 5 23 47 56 0 56 FA 4B 8
Octal 12 5 43 107 126 0 126 372 113 10
Binary 1010 101 100011 1000111 1010110 0 1010110 11111010 1001011 1000

Color Harmonies of #0A0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0523

Black with #0A0523

Text Example


Text Example

White with #0A0523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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