Html Css Color HEX #0A0327 Black Russian

📋 copy color: '#0A0327'

red 10 ◦ green 3 ◦ blue 39

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

Shades of Black Russian #0A0327

Tints of Black Russian #0A0327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 75%

R = 19.23%
G = 5.77%
B = 75%

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

#0A0327 (or 0x0A0327) is known color: Black Russian. HEX triplet: 0A, 03 and 27. RGB value is (10,3,39). Sum of RGB (Red+Green+Blue) = 10+3+39=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 39 (15.62% from 255 or 75% from 52); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A0327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0327 is #F5FCD8. Grayscale: #090909. Windows color (decimal): -16121049 or 2556682. OLE color: 2556682.

HSL color Cylindrical-coordinate representation of color #0A0327: hue angle of 251.67º degrees, saturation: 0.86, 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 #0A0327 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 3 39 -
CMYK 0.74 0.92 0 0.85
HSL 251.67º 0.86% 0.08% -
HSV(B) 251.67º 0.92% 0.15% -
XYZ 0.52 0.28 1.95 -
YUV 9.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 10 3 39 0.74 0.92 0 0.85 251.67 0.86 0.08
Hex A 3 27 4A 5C 0 55 FC 56 8
Octal 12 3 47 112 134 0 125 374 126 10
Binary 1010 11 100111 1001010 1011100 0 1010101 11111100 1010110 1000

Color Harmonies of #0A0327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0327

Black with #0A0327

Text Example


Text Example

White with #0A0327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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