#1F0838

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

Shades of Blackcurrant #1F0838

Tints of Blackcurrant #1F0838

Color information

#1F0838 (or 0x1F0838) is unknown color: approx Blackcurrant. HEX triplet: 1F, 08 and 38. RGB value is (31,8,56). Sum of RGB (Red+Green+Blue) = 31+8+56=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F0838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0838 is #E0F7C7. Grayscale: #141414. Windows color (decimal): -14743496 or 3672095. OLE color: 3672095.

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

Color convert

RGB31856-
CMYK0.450.8600.78
HSL268.75º75%12.55%-
HSV(B)268.75º85.71%21.96%-
XYZ1.370.753.81-
YUV20.35148.12135.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.63%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=32.63%
G=8.42%
B=58.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal318560.450.8600.78268.757512.55
Hex1F8382D5604E10d4bd
Octal37107055126011641511315
Binary11111100011100010110110101100100111010000110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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