#0C041B

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

Shades of Blackcurrant #0C041B

Tints of Blackcurrant #0C041B

Color information

#0C041B (or 0x0C041B) is unknown color: approx Blackcurrant. HEX triplet: 0C, 04 and 1B. RGB value is (12,4,27). Sum of RGB (Red+Green+Blue) = 12+4+27=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C041B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C041B is #F3FBE4. Grayscale: #080808. Windows color (decimal): -15989733 or 1770508. OLE color: 1770508.

HSL color Cylindrical-coordinate representation of color #0C041B: hue angle of 260.87º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C041B is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB12427-
CMYK0.560.8500.89
HSL260.87º74.19%6.08%-
HSV(B)260.87º85.19%10.59%-
XYZ0.390.241.06-
YUV9.01138.15130.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 27 (10.94% from 255) = 62.79%
R=27.91%
G=9.30%
B=62.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal124270.560.8500.89260.8774.196.08
HexC41B38550591054a6
Octal144337012501314051126
Binary1100100110111110001010101010110011000001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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