#1F0623

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

Shades of Blackcurrant #1F0623

Tints of Blackcurrant #1F0623

Color information

#1F0623 (or 0x1F0623) is unknown color: approx Blackcurrant. HEX triplet: 1F, 06 and 23. RGB value is (31,6,35). Sum of RGB (Red+Green+Blue) = 31+6+35=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F0623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0623 is #E0F9DC. Grayscale: #101010. Windows color (decimal): -14744029 or 2295327. OLE color: 2295327.

HSL color Cylindrical-coordinate representation of color #1F0623: hue angle of 291.72º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F0623 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB31635-
CMYK0.110.8300.86
HSL291.72º70.73%8.04%-
HSV(B)291.72º82.86%13.73%-
XYZ0.930.541.65-
YUV16.78138.28138.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=43.06%
G=8.33%
B=48.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal316350.110.8300.86291.7270.738.04
Hex1F623B53056124478
Octal3764313123012644410710
Binary11111110100011101110100110101011010010010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,6,35); }

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

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

 a { background-color: rgb(31,6,35); }

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

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

 span { border-color: rgb(31,6,35); }

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