#0C002C

Color #0C002C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #0C002C

Tints of Blackcurrant #0C002C

Color information

#0C002C (or 0x0C002C) is unknown color: approx Blackcurrant. HEX triplet: 0C, 00 and 2C. RGB value is (12,0,44). Sum of RGB (Red+Green+Blue) = 12+0+44=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 44 (17.58% from 255 or 78.57% from 56); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C002C is #F3FFD3. Grayscale: #080808. Windows color (decimal): -15990740 or 2883596. OLE color: 2883596.

HSL color Cylindrical-coordinate representation of color #0C002C: hue angle of 256.36º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C002C is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB12044-
CMYK0.73100.83
HSL256.36º100%8.63%-
HSV(B)256.36º100%17.25%-
XYZ0.610.262.4-
YUV8.6147.98130.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 78.57%
R=21.43%
G=0%
B=78.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal120440.73100.83256.361008.63
HexC02C4964053100649
Octal14054111144012340014411
Binary11000101100100100111001000101001110000000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C002C;
 }
 .AnyTagClassName
 {
   color: #0C002C;
 }
</style>
background-color css

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

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

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

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

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

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