#1F102B

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

Shades of Blackcurrant #1F102B

Tints of Blackcurrant #1F102B

Color information

#1F102B (or 0x1F102B) is unknown color: approx Blackcurrant. HEX triplet: 1F, 10 and 2B. RGB value is (31,16,43). Sum of RGB (Red+Green+Blue) = 31+16+43=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F102B is #E0EFD4. Grayscale: #171717. Windows color (decimal): -14741461 or 2822175. OLE color: 2822175.

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

Color convert

RGB311643-
CMYK0.280.6300.83
HSL273.33º45.76%11.57%-
HSV(B)273.33º62.79%16.86%-
XYZ1.190.842.38-
YUV23.56138.97133.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=34.44%
G=17.78%
B=47.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3116430.280.6300.83273.3345.7611.57
Hex1F102B1C3F0531112ec
Octal372053347701234215614
Binary111111000010101111100111111010100111000100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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