#0C041A

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

Shades of Blackcurrant #0C041A

Tints of Blackcurrant #0C041A

Color information

#0C041A (or 0x0C041A) is unknown color: approx Blackcurrant. HEX triplet: 0C, 04 and 1A. RGB value is (12,4,26). Sum of RGB (Red+Green+Blue) = 12+4+26=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 26 (10.55% from 255 or 61.90% from 42); Max value from RGB is 26 - color contains mainly: blue. Hex color #0C041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C041A is #F3FBE5. Grayscale: #080808. Windows color (decimal): -15989734 or 1704972. OLE color: 1704972.

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

Color convert

RGB12426-
CMYK0.540.8500.90
HSL261.82º73.33%5.88%-
HSV(B)261.82º84.62%10.2%-
XYZ0.380.241-
YUV8.9137.65130.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 26 (10.55% from 255) = 61.90%
R=28.57%
G=9.52%
B=61.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal124260.540.8500.90261.8273.335.88
HexC41A365505A106496
Octal144326612501324061116
Binary1100100110101101101010101010110101000001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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