#1F132B

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

Shades of Blackcurrant #1F132B

Tints of Blackcurrant #1F132B

Color information

#1F132B (or 0x1F132B) is unknown color: approx Blackcurrant. HEX triplet: 1F, 13 and 2B. RGB value is (31,19,43). Sum of RGB (Red+Green+Blue) = 31+19+43=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F132B is #E0ECD4. Grayscale: #191919. Windows color (decimal): -14740693 or 2822943. OLE color: 2822943.

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

Color convert

RGB311943-
CMYK0.280.5600.83
HSL270º38.71%12.16%-
HSV(B)270º55.81%16.86%-
XYZ1.230.932.4-
YUV25.32137.98132.05-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 43 (17.19% from 255) = 46.24%
R=33.33%
G=20.43%
B=46.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3119430.280.5600.8327038.7112.16
Hex1F132B1C3805310e27c
Octal372353347001234164714
Binary111111001110101111100111000010100111000011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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