#1F1134

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

Shades of Blackcurrant #1F1134

Tints of Blackcurrant #1F1134

Color information

#1F1134 (or 0x1F1134) is unknown color: approx Blackcurrant. HEX triplet: 1F, 11 and 34. RGB value is (31,17,52). Sum of RGB (Red+Green+Blue) = 31+17+52=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F1134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1134 is #E0EECB. Grayscale: #191919. Windows color (decimal): -14741196 or 3412255. OLE color: 3412255.

HSL color Cylindrical-coordinate representation of color #1F1134: hue angle of 264º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F1134 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB311752-
CMYK0.400.6700.80
HSL264º50.72%13.53%-
HSV(B)264º67.31%20.39%-
XYZ1.390.943.36-
YUV25.18143.14132.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 52 (20.70% from 255) = 52%
R=31%
G=17%
B=52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3117520.400.6700.8026450.7213.53
Hex1F1134284305010833e
Octal3721645010301204106316
Binary11111100011101001010001000011010100001000010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,17,52); }

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

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

 a { background-color: rgb(31,17,52); }

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

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

 span { border-color: rgb(31,17,52); }

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