#1F092F

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

Shades of Blackcurrant #1F092F

Tints of Blackcurrant #1F092F

Color information

#1F092F (or 0x1F092F) is unknown color: approx Blackcurrant. HEX triplet: 1F, 09 and 2F. RGB value is (31,9,47). Sum of RGB (Red+Green+Blue) = 31+9+47=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F092F is #E0F6D0. Grayscale: #131313. Windows color (decimal): -14743249 or 3082527. OLE color: 3082527.

HSL color Cylindrical-coordinate representation of color #1F092F: hue angle of 274.74º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F092F is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB31947-
CMYK0.340.8100.82
HSL274.74º67.86%10.98%-
HSV(B)274.74º80.85%18.43%-
XYZ1.180.692.76-
YUV19.91143.29135.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 47 (18.75% from 255) = 54.02%
R=35.63%
G=10.34%
B=54.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal319470.340.8100.82274.7467.8610.98
Hex1F92F225105211344b
Octal37115742121012242310413
Binary11111100110111110001010100010101001010001001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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