Html Css Color HEX #0A0436 Black Russian

📋 copy color: '#0A0436'

red 10 ◦ green 4 ◦ blue 54

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

Shades of Black Russian #0A0436

Tints of Black Russian #0A0436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.88%

 BLUE value IS 54 (21.48% from 255) = 79.41%

R = 14.71%
G = 5.88%
B = 79.41%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0A0436 (or 0x0A0436) is known color: Black Russian. HEX triplet: 0A, 04 and 36. RGB value is (10,4,54). Sum of RGB (Red+Green+Blue) = 10+4+54=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 54 (21.48% from 255 or 79.41% from 68); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A0436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0436 is #F5FBC9. Grayscale: #0B0B0B. Windows color (decimal): -16120778 or 3539978. OLE color: 3539978.

HSL color Cylindrical-coordinate representation of color #0A0436: hue angle of 247.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0436 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 10 4 54 -
CMYK 0.81 0.93 0 0.79
HSL 247.2º 0.86% 0.11% -
HSV(B) 247.2º 0.93% 0.21% -
XYZ 0.83 0.42 3.53 -
YUV 11.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 10 4 54 0.81 0.93 0 0.79 247.2 0.86 0.11
Hex A 4 36 51 5D 0 4F F7 56 B
Octal 12 4 66 121 135 0 117 367 126 13
Binary 1010 100 110110 1010001 1011101 0 1001111 11110111 1010110 1011

Color Harmonies of #0A0436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0436

Black with #0A0436

Text Example


Text Example

White with #0A0436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,4,54); }

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

background-color css

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

 a { background-color: rgb(10,4,54); }

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

border-color css

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

 span { border-color: rgb(10,4,54); }

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