#1F093F

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

Shades of Blackcurrant #1F093F

Tints of Blackcurrant #1F093F

Color information

#1F093F (or 0x1F093F) is unknown color: approx Blackcurrant. HEX triplet: 1F, 09 and 3F. RGB value is (31,9,63). Sum of RGB (Red+Green+Blue) = 31+9+63=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F093F is #E0F6C0. Grayscale: #151515. Windows color (decimal): -14743233 or 4131103. OLE color: 4131103.

HSL color Cylindrical-coordinate representation of color #1F093F: hue angle of 264.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F093F is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB31963-
CMYK0.510.8600.75
HSL264.44º75%14.12%-
HSV(B)264.44º85.71%24.71%-
XYZ1.560.854.78-
YUV21.73151.29134.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.10%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 63 (25% from 255) = 61.17%
R=30.10%
G=8.74%
B=61.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal319630.510.8600.75264.447514.12
Hex1F93F335604B1084be
Octal37117763126011341011316
Binary11111100111111111001110101100100101110000100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,9,63); }

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

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

 a { background-color: rgb(31,9,63); }

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

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

 span { border-color: rgb(31,9,63); }

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