Html Css Color HEX #0C001D Blackcurrant

📋 copy color: '#0C001D'

red 12 ◦ green 0 ◦ blue 29

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

Shades of Blackcurrant #0C001D

Tints of Blackcurrant #0C001D

RGB

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

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

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

R = 29.27%
G = 0%
B = 70.73%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C001D (or 0x0C001D) is known color: Blackcurrant. HEX triplet: 0C, 00 and 1D. RGB value is (12,0,29). Sum of RGB (Red+Green+Blue) = 12+0+29=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #0C001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C001D is #F3FFE2. Grayscale: #060606. Windows color (decimal): -15990755 or 1900556. OLE color: 1900556.

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

Color convert

RGB 12 0 29 -
CMYK 0.59 1 0 0.89
HSL 264.83º 1% 0.06% -
HSV(B) 264.83º 1% 0.11% -
XYZ 0.37 0.17 1.17 -
YUV 6.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 12 0 29 0.59 1 0 0.89 264.83 1 0.06
Hex C 0 1D 3B 64 0 59 109 64 6
Octal 14 0 35 73 144 0 131 411 144 6
Binary 1100 0 11101 111011 1100100 0 1011001 100001001 1100100 110

Color Harmonies of #0C001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C001D

Black with #0C001D

Text Example


Text Example

White with #0C001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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