Html Css Color HEX #0A0412 Blackcurrant

📋 copy color: '#0A0412'

red 10 ◦ green 4 ◦ blue 18

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

Shades of Blackcurrant #0A0412

Tints of Blackcurrant #0A0412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 56.25%

R = 31.25%
G = 12.5%
B = 56.25%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0412 (or 0x0A0412) is known color: Blackcurrant. HEX triplet: 0A, 04 and 12. RGB value is (10,4,18). Sum of RGB (Red+Green+Blue) = 10+4+18=32 (4% of max value = 765). Red value is 10 (4.30% from 255 or 31.25% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #0A0412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0412 is #F5FBED. Grayscale: #070707. Windows color (decimal): -16120814 or 1180682. OLE color: 1180682.

HSL color Cylindrical-coordinate representation of color #0A0412: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A0412 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 4 18 -
CMYK 0.44 0.78 0 0.93
HSL 265.71º 0.64% 0.04% -
HSV(B) 265.71º 0.78% 0.07% -
XYZ 0.28 0.2 0.6 -
YUV 7.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 10 4 18 0.44 0.78 0 0.93 265.71 0.64 0.04
Hex A 4 12 2C 4E 0 5D 10A 40 4
Octal 12 4 22 54 116 0 135 412 100 4
Binary 1010 100 10010 101100 1001110 0 1011101 100001010 1000000 100

Color Harmonies of #0A0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0412

Black with #0A0412

Text Example


Text Example

White with #0A0412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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