#12061B

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

Shades of Blackcurrant #12061B

Tints of Blackcurrant #12061B

Color information

#12061B (or 0x12061B) is unknown color: approx Blackcurrant. HEX triplet: 12, 06 and 1B. RGB value is (18,6,27). Sum of RGB (Red+Green+Blue) = 18+6+27=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #12061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12061B is #EDF9E4. Grayscale: #0B0B0B. Windows color (decimal): -15596005 or 1771026. OLE color: 1771026.

HSL color Cylindrical-coordinate representation of color #12061B: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12061B is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB18627-
CMYK0.330.7800.89
HSL274.29º63.64%6.47%-
HSV(B)274.29º77.78%10.59%-
XYZ0.510.341.08-
YUV11.98136.48132.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=35.29%
G=11.76%
B=52.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal186270.330.7800.89274.2963.646.47
Hex1261B214E059112406
Octal226334111601314221006
Binary10010110110111000011001110010110011000100101000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12061B; }

 p { color: rgb(18,6,27); }

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

<style>
 a { background-color: #12061B; }

 a { background-color: rgb(18,6,27); }

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

<style>
 span { border-color: #12061B; }

 span { border-color: rgb(18,6,27); }

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