#1F0F30

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

Shades of Blackcurrant #1F0F30

Tints of Blackcurrant #1F0F30

Color information

#1F0F30 (or 0x1F0F30) is unknown color: approx Blackcurrant. HEX triplet: 1F, 0F and 30. RGB value is (31,15,48). Sum of RGB (Red+Green+Blue) = 31+15+48=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0F30 is #E0F0CF. Grayscale: #171717. Windows color (decimal): -14741712 or 3149599. OLE color: 3149599.

HSL color Cylindrical-coordinate representation of color #1F0F30: hue angle of 269.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F0F30 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB311548-
CMYK0.350.6900.81
HSL269.09º52.38%12.35%-
HSV(B)269.09º68.75%18.82%-
XYZ1.270.852.89-
YUV23.55141.8133.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 32.98%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=32.98%
G=15.96%
B=51.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3115480.350.6900.81269.0952.3812.35
Hex1FF30234505110d34c
Octal3717604310501214156414
Binary1111111111100001000111000101010100011000011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,15,48); }

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

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

 a { background-color: rgb(31,15,48); }

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

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

 span { border-color: rgb(31,15,48); }

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