#12001F

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

Shades of Blackcurrant #12001F

Tints of Blackcurrant #12001F

Color information

#12001F (or 0x12001F) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 1F. RGB value is (18,0,31). Sum of RGB (Red+Green+Blue) = 18+0+31=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #12001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12001F is #EDFFE0. Grayscale: #080808. Windows color (decimal): -15597537 or 2031634. OLE color: 2031634.

HSL color Cylindrical-coordinate representation of color #12001F: hue angle of 274.84º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12001F is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB18031-
CMYK0.42100.88
HSL274.84º100%6.08%-
HSV(B)274.84º100%12.16%-
XYZ0.50.231.31-
YUV8.92140.46134.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=36.73%
G=0%
B=63.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal180310.42100.88274.841006.08
Hex1201F2A64058113646
Octal220375214401304231446
Binary100100111111010101100100010110001000100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12001F; }

 p { color: rgb(18,0,31); }

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

<style>
 a { background-color: #12001F; }

 a { background-color: rgb(18,0,31); }

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

<style>
 span { border-color: #12001F; }

 span { border-color: rgb(18,0,31); }

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