Html Css Color HEX #0C0414 Blackcurrant

📋 copy color: '#0C0414'

red 12 ◦ green 4 ◦ blue 20

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

Shades of Blackcurrant #0C0414

Tints of Blackcurrant #0C0414

RGB

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

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

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

R = 33.33%
G = 11.11%
B = 55.56%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0414 (or 0x0C0414) is known color: Blackcurrant. HEX triplet: 0C, 04 and 14. RGB value is (12,4,20). Sum of RGB (Red+Green+Blue) = 12+4+20=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0414 is #F3FBEB. Grayscale: #080808. Windows color (decimal): -15989740 or 1311756. OLE color: 1311756.

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

Color convert

RGB 12 4 20 -
CMYK 0.40 0.80 0 0.92
HSL 270º 0.67% 0.05% -
HSV(B) 270º 0.8% 0.08% -
XYZ 0.32 0.22 0.69 -
YUV 8.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 12 4 20 0.40 0.80 0 0.92 270 0.67 0.05
Hex C 4 14 28 50 0 5C 10E 43 5
Octal 14 4 24 50 120 0 134 416 103 5
Binary 1100 100 10100 101000 1010000 0 1011100 100001110 1000011 101

Color Harmonies of #0C0414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0414

Black with #0C0414

Text Example


Text Example

White with #0C0414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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