Html Css Color HEX #0A052C Black Russian

📋 copy color: '#0A052C'

red 10 ◦ green 5 ◦ blue 44

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

Shades of Black Russian #0A052C

Tints of Black Russian #0A052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 74.58%

R = 16.95%
G = 8.47%
B = 74.58%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0A052C (or 0x0A052C) is known color: Black Russian. HEX triplet: 0A, 05 and 2C. RGB value is (10,5,44). Sum of RGB (Red+Green+Blue) = 10+5+44=59 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.95% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #0A052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A052C is #F5FAD3. Grayscale: #0A0A0A. Windows color (decimal): -16120532 or 2884874. OLE color: 2884874.

HSL color Cylindrical-coordinate representation of color #0A052C: hue angle of 247.69º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A052C is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 10 5 44 -
CMYK 0.77 0.89 0 0.83
HSL 247.69º 0.8% 0.1% -
HSV(B) 247.69º 0.89% 0.17% -
XYZ 0.63 0.35 2.42 -
YUV 10.94 146.66 127.33 -
System Red Green Blue C M Y K H S L
Decimal 10 5 44 0.77 0.89 0 0.83 247.69 0.8 0.1
Hex A 5 2C 4D 59 0 53 F8 50 A
Octal 12 5 54 115 131 0 123 370 120 12
Binary 1010 101 101100 1001101 1011001 0 1010011 11111000 1010000 1010

Color Harmonies of #0A052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A052C

Black with #0A052C

Text Example


Text Example

White with #0A052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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