Html Css Color HEX #0A0012 Blackcurrant

📋 copy color: '#0A0012'

red 10 ◦ green 0 ◦ blue 18

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

Shades of Blackcurrant #0A0012

Tints of Blackcurrant #0A0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.71%
G = 0%
B = 64.29%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0012 (or 0x0A0012) is known color: Blackcurrant. HEX triplet: 0A, 00 and 12. RGB value is (10,0,18). Sum of RGB (Red+Green+Blue) = 10+0+18=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 18 (7.42% from 255 or 64.29% from 28); Max value from RGB is 18 - color contains mainly: blue. Hex color #0A0012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0012 is #F5FFED. Grayscale: #040404. Windows color (decimal): -16121838 or 1179658. OLE color: 1179658.

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

Color convert

RGB 10 0 18 -
CMYK 0.44 1 0 0.93
HSL 273.33º 1% 0.04% -
HSV(B) 273.33º 1% 0.07% -
XYZ 0.23 0.11 0.58 -
YUV 5.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 10 0 18 0.44 1 0 0.93 273.33 1 0.04
Hex A 0 12 2C 64 0 5D 111 64 4
Octal 12 0 22 54 144 0 135 421 144 4
Binary 1010 0 10010 101100 1100100 0 1011101 100010001 1100100 100

Color Harmonies of #0A0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0012

Black with #0A0012

Text Example


Text Example

White with #0A0012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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