#0C051A

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

Shades of Blackcurrant #0C051A

Tints of Blackcurrant #0C051A

Color information

#0C051A (or 0x0C051A) is unknown color: approx Blackcurrant. HEX triplet: 0C, 05 and 1A. RGB value is (12,5,26). Sum of RGB (Red+Green+Blue) = 12+5+26=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C051A is #F3FAE5. Grayscale: #090909. Windows color (decimal): -15989478 or 1705228. OLE color: 1705228.

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

Color convert

RGB12526-
CMYK0.540.8100.90
HSL260º67.74%6.08%-
HSV(B)260º80.77%10.2%-
XYZ0.390.261.01-
YUV9.49137.32129.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 26 (10.55% from 255) = 60.47%
R=27.91%
G=11.63%
B=60.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal125260.540.8100.9026067.746.08
HexC51A365105A104446
Octal145326612101324041046
Binary1100101110101101101010001010110101000001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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