Html Css Color HEX #0A030C Blackcurrant

📋 copy color: '#0A030C'

red 10 ◦ green 3 ◦ blue 12

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

Shades of Blackcurrant #0A030C

Tints of Blackcurrant #0A030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 12%

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

R = 40%
G = 12%
B = 48%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0A030C (or 0x0A030C) is known color: Blackcurrant. HEX triplet: 0A, 03 and 0C. RGB value is (10,3,12). Sum of RGB (Red+Green+Blue) = 10+3+12=25 (3% of max value = 765). Red value is 10 (4.30% from 255 or 40% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A030C is #F5FCF3. Grayscale: #060606. Windows color (decimal): -16121076 or 787210. OLE color: 787210.

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

Color convert

RGB 10 3 12 -
CMYK 0.17 0.75 0 0.95
HSL 286.67º 0.6% 0.03% -
HSV(B) 286.67º 0.75% 0.05% -
XYZ 0.22 0.16 0.37 -
YUV 6.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 10 3 12 0.17 0.75 0 0.95 286.67 0.6 0.03
Hex A 3 C 11 4B 0 5F 11F 3C 3
Octal 12 3 14 21 113 0 137 437 74 3
Binary 1010 11 1100 10001 1001011 0 1011111 100011111 111100 11

Color Harmonies of #0A030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A030C

Black with #0A030C

Text Example


Text Example

White with #0A030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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