#1F102E

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

Shades of Blackcurrant #1F102E

Tints of Blackcurrant #1F102E

Color information

#1F102E (or 0x1F102E) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 2E. RGB value is (31,16,46). Sum of RGB (Red+Green+Blue) = 31+16+46=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F102E is #E0EFD1. Grayscale: #171717. Windows color (decimal): -14741458 or 3018783. OLE color: 3018783.

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

Color convert

RGB311646-
CMYK0.330.6500.82
HSL270º48.39%12.16%-
HSV(B)270º65.22%18.04%-
XYZ1.240.862.69-
YUV23.9140.47133.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=33.33%
G=17.20%
B=49.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3116460.330.6500.8227048.3912.16
Hex1F102E214105210e30c
Octal3720564110101224166014
Binary11111100001011101000011000001010100101000011101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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