#1F152B

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

Shades of Blackcurrant #1F152B

Tints of Blackcurrant #1F152B

Color information

#1F152B (or 0x1F152B) is unknown color: approx Blackcurrant. HEX triplet: 1F, 15 and 2B. RGB value is (31,21,43). Sum of RGB (Red+Green+Blue) = 31+21+43=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F152B is #E0EAD4. Grayscale: #1A1A1A. Windows color (decimal): -14740181 or 2823455. OLE color: 2823455.

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

Color convert

RGB312143-
CMYK0.280.5100.83
HSL267.27º34.38%12.55%-
HSV(B)267.27º51.16%16.86%-
XYZ1.2712.41-
YUV26.5137.31131.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 21 (8.59% from 255) = 22.11%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=32.63%
G=22.11%
B=45.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3121430.280.5100.83267.2734.3812.55
Hex1F152B1C3305310b22d
Octal372553346301234134215
Binary111111010110101111100110011010100111000010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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