#1F0C26

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

Shades of Blackcurrant #1F0C26

Tints of Blackcurrant #1F0C26

Color information

#1F0C26 (or 0x1F0C26) is unknown color: approx Blackcurrant. HEX triplet: 1F, 0C and 26. RGB value is (31,12,38). Sum of RGB (Red+Green+Blue) = 31+12+38=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F0C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0C26 is #E0F3D9. Grayscale: #141414. Windows color (decimal): -14742490 or 2493471. OLE color: 2493471.

HSL color Cylindrical-coordinate representation of color #1F0C26: hue angle of 283.85º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F0C26 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB311238-
CMYK0.180.6800.85
HSL283.85º52%9.8%-
HSV(B)283.85º68.42%14.9%-
XYZ1.050.691.91-
YUV20.64137.79135.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.27%
GREEN value IS 12 (5.08% from 255) = 14.81%
BLUE value IS 38 (15.23% from 255) = 46.91%
R=38.27%
G=14.81%
B=46.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3112380.180.6800.85283.85529.8
Hex1FC26124405511c34a
Octal3714462210401254346412
Binary111111100100110100101000100010101011000111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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