Html Css Color HEX #0A060C Blackcurrant

📋 copy color: '#0A060C'

red 10 ◦ green 6 ◦ blue 12

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

Shades of Blackcurrant #0A060C

Tints of Blackcurrant #0A060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 21.43%

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

R = 35.71%
G = 21.43%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0A060C (or 0x0A060C) is known color: Blackcurrant. HEX triplet: 0A, 06 and 0C. RGB value is (10,6,12). Sum of RGB (Red+Green+Blue) = 10+6+12=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 6 (2.73% from 255 or 21.43% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A060C is #F5F9F3. Grayscale: #070707. Windows color (decimal): -16120308 or 787978. OLE color: 787978.

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

Color convert

RGB 10 6 12 -
CMYK 0.17 0.50 0 0.95
HSL 280º 0.33% 0.04% -
HSV(B) 280º 0.5% 0.05% -
XYZ 0.26 0.22 0.38 -
YUV 7.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 10 6 12 0.17 0.50 0 0.95 280 0.33 0.04
Hex A 6 C 11 32 0 5F 118 21 4
Octal 12 6 14 21 62 0 137 430 41 4
Binary 1010 110 1100 10001 110010 0 1011111 100011000 100001 100

Color Harmonies of #0A060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A060C

Black with #0A060C

Text Example


Text Example

White with #0A060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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