#0C0122

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

Shades of Blackcurrant #0C0122

Tints of Blackcurrant #0C0122

Color information

#0C0122 (or 0x0C0122) is unknown color: approx Blackcurrant. HEX triplet: 0C, 01 and 22. RGB value is (12,1,34). Sum of RGB (Red+Green+Blue) = 12+1+34=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 34 (13.67% from 255 or 72.34% from 47); Max value from RGB is 34 - color contains mainly: blue. Hex color #0C0122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0122 is #F3FEDD. Grayscale: #070707. Windows color (decimal): -15990494 or 2228492. OLE color: 2228492.

HSL color Cylindrical-coordinate representation of color #0C0122: hue angle of 260º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0122 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB12134-
CMYK0.650.9700.87
HSL260º94.29%6.86%-
HSV(B)260º97.06%13.33%-
XYZ0.450.221.53-
YUV8.05142.64130.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 34 (13.67% from 255) = 72.34%
R=25.53%
G=2.13%
B=72.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal121340.650.9700.8726094.296.86
HexC12241610571045e7
Octal1414210114101274041367
Binary1100110001010000011100001010101111000001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,34); }

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

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

 a { background-color: rgb(12,1,34); }

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

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

 span { border-color: rgb(12,1,34); }

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