Html Css Color HEX #0A040C Blackcurrant

📋 copy color: '#0A040C'

red 10 ◦ green 4 ◦ blue 12

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

Shades of Blackcurrant #0A040C

Tints of Blackcurrant #0A040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 46.15%

R = 38.46%
G = 15.38%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0A040C (or 0x0A040C) is known color: Blackcurrant. HEX triplet: 0A, 04 and 0C. RGB value is (10,4,12). Sum of RGB (Red+Green+Blue) = 10+4+12=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A040C is #F5FBF3. Grayscale: #060606. Windows color (decimal): -16120820 or 787466. OLE color: 787466.

HSL color Cylindrical-coordinate representation of color #0A040C: hue angle of 285º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0A040C is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 10 4 12 -
CMYK 0.17 0.67 0 0.95
HSL 285º 0.5% 0.03% -
HSV(B) 285º 0.67% 0.05% -
XYZ 0.23 0.18 0.37 -
YUV 6.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 10 4 12 0.17 0.67 0 0.95 285 0.5 0.03
Hex A 4 C 11 43 0 5F 11D 32 3
Octal 12 4 14 21 103 0 137 435 62 3
Binary 1010 100 1100 10001 1000011 0 1011111 100011101 110010 11

Color Harmonies of #0A040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A040C

Black with #0A040C

Text Example


Text Example

White with #0A040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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