#1F0334

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

Shades of Blackcurrant #1F0334

Tints of Blackcurrant #1F0334

Color information

#1F0334 (or 0x1F0334) is unknown color: approx Blackcurrant. HEX triplet: 1F, 03 and 34. RGB value is (31,3,52). Sum of RGB (Red+Green+Blue) = 31+3+52=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F0334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0334 is #E0FCCB. Grayscale: #101010. Windows color (decimal): -14744780 or 3408671. OLE color: 3408671.

HSL color Cylindrical-coordinate representation of color #1F0334: hue angle of 274.29º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0334 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB31352-
CMYK0.400.9400.80
HSL274.29º89.09%10.78%-
HSV(B)274.29º94.23%20.39%-
XYZ1.220.63.3-
YUV16.96147.78138.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 52 (20.70% from 255) = 60.47%
R=36.05%
G=3.49%
B=60.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal313520.400.9400.80274.2989.0910.78
Hex1F334285E05011259b
Octal3736450136012042213113
Binary111111111010010100010111100101000010001001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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