Html Css Color HEX #0A050C Blackcurrant

📋 copy color: '#0A050C'

red 10 ◦ green 5 ◦ blue 12

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

Shades of Blackcurrant #0A050C

Tints of Blackcurrant #0A050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 18.52%

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

R = 37.04%
G = 18.52%
B = 44.44%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0A050C (or 0x0A050C) is known color: Blackcurrant. HEX triplet: 0A, 05 and 0C. RGB value is (10,5,12). Sum of RGB (Red+Green+Blue) = 10+5+12=27 (3% of max value = 765). Red value is 10 (4.30% from 255 or 37.04% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 12 - color contains mainly: blue. Hex color #0A050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A050C is #F5FAF3. Grayscale: #070707. Windows color (decimal): -16120564 or 787722. OLE color: 787722.

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

Color convert

RGB 10 5 12 -
CMYK 0.17 0.58 0 0.95
HSL 282.86º 0.41% 0.03% -
HSV(B) 282.86º 0.58% 0.05% -
XYZ 0.25 0.2 0.37 -
YUV 7.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 10 5 12 0.17 0.58 0 0.95 282.86 0.41 0.03
Hex A 5 C 11 3A 0 5F 11B 29 3
Octal 12 5 14 21 72 0 137 433 51 3
Binary 1010 101 1100 10001 111010 0 1011111 100011011 101001 11

Color Harmonies of #0A050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A050C

Black with #0A050C

Text Example


Text Example

White with #0A050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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