#0C001A

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

Shades of Blackcurrant #0C001A

Tints of Blackcurrant #0C001A

Color information

#0C001A (or 0x0C001A) is unknown color: approx Blackcurrant. HEX triplet: 0C, 00 and 1A. RGB value is (12,0,26). Sum of RGB (Red+Green+Blue) = 12+0+26=38 (5% of max value = 765). Red value is 12 (5.08% from 255 or 31.58% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C001A is #F3FFE5. Grayscale: #060606. Windows color (decimal): -15990758 or 1703948. OLE color: 1703948.

HSL color Cylindrical-coordinate representation of color #0C001A: hue angle of 267.69º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C001A is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12026-
CMYK0.54100.90
HSL267.69º100%5.1%-
HSV(B)267.69º100%10.2%-
XYZ0.340.150.99-
YUV6.55138.98131.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 31.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 68.42%
R=31.58%
G=0%
B=68.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal120260.54100.90267.691005.1
HexC01A366405A10c645
Octal140326614401324141445
Binary11000110101101101100100010110101000011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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