Html Css Color HEX #0C010D Blackcurrant

📋 copy color: '#0C010D'

red 12 ◦ green 1 ◦ blue 13

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

Shades of Blackcurrant #0C010D

Tints of Blackcurrant #0C010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.85%

 BLUE value IS 13 (5.47% from 255) = 50%

R = 46.15%
G = 3.85%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0C010D (or 0x0C010D) is known color: Blackcurrant. HEX triplet: 0C, 01 and 0D. RGB value is (12,1,13). Sum of RGB (Red+Green+Blue) = 12+1+13=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: blue. Hex color #0C010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C010D is #F3FEF2. Grayscale: #050505. Windows color (decimal): -15990515 or 852236. OLE color: 852236.

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

Color convert

RGB 12 1 13 -
CMYK 0.08 0.92 0 0.95
HSL 295º 0.86% 0.03% -
HSV(B) 295º 0.92% 0.05% -
XYZ 0.24 0.13 0.39 -
YUV 5.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 12 1 13 0.08 0.92 0 0.95 295 0.86 0.03
Hex C 1 D 8 5C 0 5F 127 56 3
Octal 14 1 15 10 134 0 137 447 126 3
Binary 1100 1 1101 1000 1011100 0 1011111 100100111 1010110 11

Color Harmonies of #0C010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C010D

Black with #0C010D

Text Example


Text Example

White with #0C010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,1,13); }

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

background-color css

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

 a { background-color: rgb(12,1,13); }

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

border-color css

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

 span { border-color: rgb(12,1,13); }

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