#241234

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

Shades of Blackcurrant #241234

Tints of Blackcurrant #241234

Color information

#241234 (or 0x241234) is unknown color: approx Blackcurrant. HEX triplet: 24, 12 and 34. RGB value is (36,18,52). Sum of RGB (Red+Green+Blue) = 36+18+52=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #241234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241234 is #DBEDCB. Grayscale: #1B1B1B. Windows color (decimal): -14413260 or 3412516. OLE color: 3412516.

HSL color Cylindrical-coordinate representation of color #241234: hue angle of 271.76º 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 #241234 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB361852-
CMYK0.310.6500.80
HSL271.76º48.57%13.73%-
HSV(B)271.76º65.38%20.39%-
XYZ1.561.063.37-
YUV27.26141.96134.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=33.96%
G=16.98%
B=49.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3618520.310.6500.80271.7648.5713.73
Hex2412341F4105011031e
Octal4422643710101204206116
Binary10010010010110100111111000001010100001000100001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241234; }

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

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

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

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

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

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

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

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