#1F0C23

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

Shades of Blackcurrant #1F0C23

Tints of Blackcurrant #1F0C23

Color information

#1F0C23 (or 0x1F0C23) is unknown color: approx Blackcurrant. HEX triplet: 1F, 0C and 23. RGB value is (31,12,35). Sum of RGB (Red+Green+Blue) = 31+12+35=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 35 (14.06% from 255 or 44.87% from 78); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F0C23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0C23 is #E0F3DC. Grayscale: #141414. Windows color (decimal): -14742493 or 2296863. OLE color: 2296863.

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

Color convert

RGB311235-
CMYK0.110.6600.86
HSL289.57º48.94%9.22%-
HSV(B)289.57º65.71%13.73%-
XYZ10.681.67-
YUV20.3136.29135.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.74%
GREEN value IS 12 (5.08% from 255) = 15.38%
BLUE value IS 35 (14.06% from 255) = 44.87%
R=39.74%
G=15.38%
B=44.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3112350.110.6600.86289.5748.949.22
Hex1FC23B42056122319
Octal3714431310201264426111
Binary11111110010001110111000010010101101001000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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