Html Css Color HEX #0A041C Black Russian

📋 copy color: '#0A041C'

red 10 ◦ green 4 ◦ blue 28

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

Shades of Black Russian #0A041C

Tints of Black Russian #0A041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 66.67%

R = 23.81%
G = 9.52%
B = 66.67%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0A041C (or 0x0A041C) is known color: Black Russian. HEX triplet: 0A, 04 and 1C. RGB value is (10,4,28). Sum of RGB (Red+Green+Blue) = 10+4+28=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A041C is #F5FBE3. Grayscale: #080808. Windows color (decimal): -16120804 or 1836042. OLE color: 1836042.

HSL color Cylindrical-coordinate representation of color #0A041C: hue angle of 255º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A041C is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 4 28 -
CMYK 0.64 0.86 0 0.89
HSL 255º 0.75% 0.06% -
HSV(B) 255º 0.86% 0.11% -
XYZ 0.38 0.24 1.12 -
YUV 8.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 10 4 28 0.64 0.86 0 0.89 255 0.75 0.06
Hex A 4 1C 40 56 0 59 FF 4B 6
Octal 12 4 34 100 126 0 131 377 113 6
Binary 1010 100 11100 1000000 1010110 0 1011001 11111111 1001011 110

Color Harmonies of #0A041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A041C

Black with #0A041C

Text Example


Text Example

White with #0A041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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