#1F1226

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

Shades of Blackcurrant #1F1226

Tints of Blackcurrant #1F1226

Color information

#1F1226 (or 0x1F1226) is unknown color: approx Blackcurrant. HEX triplet: 1F, 12 and 26. RGB value is (31,18,38). Sum of RGB (Red+Green+Blue) = 31+18+38=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #1F1226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1226 is #E0EDD9. Grayscale: #181818. Windows color (decimal): -14740954 or 2495007. OLE color: 2495007.

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

Color convert

RGB311838-
CMYK0.180.5300.85
HSL279º35.71%10.98%-
HSV(B)279º52.63%14.9%-
XYZ1.130.861.94-
YUV24.17135.81132.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 35.63%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 38 (15.23% from 255) = 43.68%
R=35.63%
G=20.69%
B=43.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3118380.180.5300.8527935.7110.98
Hex1F1226123505511724b
Octal372246226501254274413
Binary111111001010011010010110101010101011000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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