#0C0312

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

Shades of Blackcurrant #0C0312

Tints of Blackcurrant #0C0312

Color information

#0C0312 (or 0x0C0312) is unknown color: approx Blackcurrant. HEX triplet: 0C, 03 and 12. RGB value is (12,3,18). Sum of RGB (Red+Green+Blue) = 12+3+18=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #0C0312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0312 is #F3FCED. Grayscale: #070707. Windows color (decimal): -15989998 or 1180428. OLE color: 1180428.

HSL color Cylindrical-coordinate representation of color #0C0312: hue angle of 276º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0312 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB12318-
CMYK0.330.8300.93
HSL276º71.43%4.12%-
HSV(B)276º83.33%7.06%-
XYZ0.290.190.59-
YUV7.4133.98131.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 36.36%
GREEN value IS 3 (1.56% from 255) = 9.09%
BLUE value IS 18 (7.42% from 255) = 54.55%
R=36.36%
G=9.09%
B=54.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal123180.330.8300.9327671.434.12
HexC312215305D114474
Octal143224112301354241074
Binary110011100101000011010011010111011000101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,3,18); }

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

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

 a { background-color: rgb(12,3,18); }

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

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

 span { border-color: rgb(12,3,18); }

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