#1F092D

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

Shades of Blackcurrant #1F092D

Tints of Blackcurrant #1F092D

Color information

#1F092D (or 0x1F092D) is unknown color: approx Blackcurrant. HEX triplet: 1F, 09 and 2D. RGB value is (31,9,45). Sum of RGB (Red+Green+Blue) = 31+9+45=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #1F092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F092D is #E0F6D2. Grayscale: #131313. Windows color (decimal): -14743251 or 2951455. OLE color: 2951455.

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

Color convert

RGB31945-
CMYK0.310.800.82
HSL276.67º66.67%10.59%-
HSV(B)276.67º80%17.65%-
XYZ1.140.682.55-
YUV19.68142.29136.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 45 (17.97% from 255) = 52.94%
R=36.47%
G=10.59%
B=52.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal319450.310.800.82276.6766.6710.59
Hex1F92D1F5005211543b
Octal37115537120012242510313
Binary1111110011011011111110100000101001010001010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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