Html Css Color HEX #0C0014 Blackcurrant

📋 copy color: '#0C0014'

red 12 ◦ green 0 ◦ blue 20

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

Shades of Blackcurrant #0C0014

Tints of Blackcurrant #0C0014

RGB

 RED value IS 12 (5.08% from 255) = 37.5%

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

 BLUE value IS 20 (8.2% from 255) = 62.5%

R = 37.5%
G = 0%
B = 62.5%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0014 (or 0x0C0014) is known color: Blackcurrant. HEX triplet: 0C, 00 and 14. RGB value is (12,0,20). Sum of RGB (Red+Green+Blue) = 12+0+20=32 (4% of max value = 765). Red value is 12 (5.08% from 255 or 37.5% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 20 (8.20% from 255 or 62.5% from 32); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0014 is #F3FFEB. Grayscale: #050505. Windows color (decimal): -15990764 or 1310732. OLE color: 1310732.

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

Color convert

RGB 12 0 20 -
CMYK 0.40 1 0 0.92
HSL 276º 1% 0.04% -
HSV(B) 276º 1% 0.08% -
XYZ 0.28 0.13 0.67 -
YUV 5.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 12 0 20 0.40 1 0 0.92 276 1 0.04
Hex C 0 14 28 64 0 5C 114 64 4
Octal 14 0 24 50 144 0 134 424 144 4
Binary 1100 0 10100 101000 1100100 0 1011100 100010100 1100100 100

Color Harmonies of #0C0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0014

Black with #0C0014

Text Example


Text Example

White with #0C0014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,0,20); }

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

background-color css

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

 a { background-color: rgb(12,0,20); }

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

border-color css

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

 span { border-color: rgb(12,0,20); }

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