#1F1234

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

Shades of Blackcurrant #1F1234

Tints of Blackcurrant #1F1234

Color information

#1F1234 (or 0x1F1234) is unknown color: approx Blackcurrant. HEX triplet: 1F, 12 and 34. RGB value is (31,18,52). Sum of RGB (Red+Green+Blue) = 31+18+52=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F1234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1234 is #E0EDCB. Grayscale: #191919. Windows color (decimal): -14740940 or 3412511. OLE color: 3412511.

HSL color Cylindrical-coordinate representation of color #1F1234: hue angle of 262.94º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F1234 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB311852-
CMYK0.400.6500.80
HSL262.94º48.57%13.73%-
HSV(B)262.94º65.38%20.39%-
XYZ1.40.973.36-
YUV25.76142.81131.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 30.69%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 52 (20.70% from 255) = 51.49%
R=30.69%
G=17.82%
B=51.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3118520.400.6500.80262.9448.5713.73
Hex1F1234284105010731e
Octal3722645010101204076116
Binary11111100101101001010001000001010100001000001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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