#1F002C

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

Shades of Blackcurrant #1F002C

Tints of Blackcurrant #1F002C

Color information

#1F002C (or 0x1F002C) is unknown color: approx Blackcurrant. HEX triplet: 1F, 00 and 2C. RGB value is (31,0,44). Sum of RGB (Red+Green+Blue) = 31+0+44=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F002C is #E0FFD3. Grayscale: #0E0E0E. Windows color (decimal): -14745556 or 2883615. OLE color: 2883615.

HSL color Cylindrical-coordinate representation of color #1F002C: hue angle of 282.27º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F002C is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB31044-
CMYK0.30100.83
HSL282.27º100%8.63%-
HSV(B)282.27º100%17.25%-
XYZ1.020.472.42-
YUV14.28144.77139.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 58.67%
R=41.33%
G=0%
B=58.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal310440.30100.83282.271008.63
Hex1F02C1E6405311a649
Octal3705436144012343214411
Binary1111101011001111011001000101001110001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F002C; }

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

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

<style>
 a { background-color: #1F002C; }

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

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

<style>
 span { border-color: #1F002C; }

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

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