#1F002E

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

Shades of Blackcurrant #1F002E

Tints of Blackcurrant #1F002E

Color information

#1F002E (or 0x1F002E) is unknown color: approx Blackcurrant. HEX triplet: 1F, 00 and 2E. RGB value is (31,0,46). Sum of RGB (Red+Green+Blue) = 31+0+46=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F002E is #E0FFD1. Grayscale: #0E0E0E. Windows color (decimal): -14745554 or 3014687. OLE color: 3014687.

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

Color convert

RGB31046-
CMYK0.33100.82
HSL280.43º100%9.02%-
HSV(B)280.43º100%18.04%-
XYZ1.060.492.62-
YUV14.51145.77139.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 59.74%
R=40.26%
G=0%
B=59.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal310460.33100.82280.431009.02
Hex1F02E2164052118649
Octal3705641144012243014411
Binary11111010111010000111001000101001010001100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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