#1F102D

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

Shades of Blackcurrant #1F102D

Tints of Blackcurrant #1F102D

Color information

#1F102D (or 0x1F102D) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 2D. RGB value is (31,16,45). Sum of RGB (Red+Green+Blue) = 31+16+45=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F102D is #E0EFD2. Grayscale: #171717. Windows color (decimal): -14741459 or 2953247. OLE color: 2953247.

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

Color convert

RGB311645-
CMYK0.310.6400.82
HSL271.03º47.54%11.96%-
HSV(B)271.03º64.44%17.65%-
XYZ1.220.852.58-
YUV23.79139.97133.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.70%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=33.70%
G=17.39%
B=48.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3116450.310.6400.82271.0347.5411.96
Hex1F102D1F4005210f30c
Octal3720553710001224176014
Binary1111110000101101111111000000010100101000011111100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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