Html Css Color HEX #0A0323 Black Russian

📋 copy color: '#0A0323'

red 10 ◦ green 3 ◦ blue 35

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

Shades of Black Russian #0A0323

Tints of Black Russian #0A0323

RGB

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

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

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

R = 20.83%
G = 6.25%
B = 72.92%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0A0323 (or 0x0A0323) is known color: Black Russian. HEX triplet: 0A, 03 and 23. RGB value is (10,3,35). Sum of RGB (Red+Green+Blue) = 10+3+35=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 35 (14.06% from 255 or 72.92% from 48); Max value from RGB is 35 - color contains mainly: blue. Hex color #0A0323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0323 is #F5FCDC. Grayscale: #080808. Windows color (decimal): -16121053 or 2294538. OLE color: 2294538.

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

Color convert

RGB 10 3 35 -
CMYK 0.71 0.91 0 0.86
HSL 253.13º 0.84% 0.07% -
HSV(B) 253.13º 0.91% 0.14% -
XYZ 0.46 0.25 1.61 -
YUV 8.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 10 3 35 0.71 0.91 0 0.86 253.13 0.84 0.07
Hex A 3 23 47 5B 0 56 FD 54 7
Octal 12 3 43 107 133 0 126 375 124 7
Binary 1010 11 100011 1000111 1011011 0 1010110 11111101 1010100 111

Color Harmonies of #0A0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0323

Black with #0A0323

Text Example


Text Example

White with #0A0323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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