#1F0837

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

Shades of Blackcurrant #1F0837

Tints of Blackcurrant #1F0837

Color information

#1F0837 (or 0x1F0837) is unknown color: approx Blackcurrant. HEX triplet: 1F, 08 and 37. RGB value is (31,8,55). Sum of RGB (Red+Green+Blue) = 31+8+55=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F0837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0837 is #E0F7C8. Grayscale: #141414. Windows color (decimal): -14743497 or 3606559. OLE color: 3606559.

HSL color Cylindrical-coordinate representation of color #1F0837: hue angle of 269.36º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F0837 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB31855-
CMYK0.440.8500.78
HSL269.36º74.6%12.35%-
HSV(B)269.36º85.45%21.57%-
XYZ1.340.743.69-
YUV20.24147.62135.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 55 (21.88% from 255) = 58.51%
R=32.98%
G=8.51%
B=58.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal318550.440.8500.78269.3674.612.35
Hex1F8372C5504E10d4bc
Octal37106754125011641511314
Binary11111100011011110110010101010100111010000110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,8,55); }

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

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

 a { background-color: rgb(31,8,55); }

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

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

 span { border-color: rgb(31,8,55); }

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