Html Css Color HEX #0C041D Blackcurrant

📋 copy color: '#0C041D'

red 12 ◦ green 4 ◦ blue 29

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

Shades of Blackcurrant #0C041D

Tints of Blackcurrant #0C041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 64.44%

R = 26.67%
G = 8.89%
B = 64.44%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C041D (or 0x0C041D) is known color: Blackcurrant. HEX triplet: 0C, 04 and 1D. RGB value is (12,4,29). Sum of RGB (Red+Green+Blue) = 12+4+29=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C041D is #F3FBE2. Grayscale: #090909. Windows color (decimal): -15989731 or 1901580. OLE color: 1901580.

HSL color Cylindrical-coordinate representation of color #0C041D: hue angle of 259.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C041D is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 4 29 -
CMYK 0.59 0.86 0 0.89
HSL 259.2º 0.76% 0.06% -
HSV(B) 259.2º 0.86% 0.11% -
XYZ 0.42 0.25 1.19 -
YUV 9.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 12 4 29 0.59 0.86 0 0.89 259.2 0.76 0.06
Hex C 4 1D 3B 56 0 59 103 4C 6
Octal 14 4 35 73 126 0 131 403 114 6
Binary 1100 100 11101 111011 1010110 0 1011001 100000011 1001100 110

Color Harmonies of #0C041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C041D

Black with #0C041D

Text Example


Text Example

White with #0C041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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