#1F0338

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

Shades of Blackcurrant #1F0338

Tints of Blackcurrant #1F0338

Color information

#1F0338 (or 0x1F0338) is unknown color: approx Blackcurrant. HEX triplet: 1F, 03 and 38. RGB value is (31,3,56). Sum of RGB (Red+Green+Blue) = 31+3+56=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0338 is #E0FCC7. Grayscale: #111111. Windows color (decimal): -14744776 or 3670815. OLE color: 3670815.

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

Color convert

RGB31356-
CMYK0.450.9500.78
HSL271.7º89.83%11.57%-
HSV(B)271.7º94.64%21.96%-
XYZ1.310.643.8-
YUV17.41149.78137.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 34.44%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 56 (22.27% from 255) = 62.22%
R=34.44%
G=3.33%
B=62.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal313560.450.9500.78271.789.8311.57
Hex1F3382D5F04E1105ac
Octal3737055137011642013214
Binary111111111100010110110111110100111010001000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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