#241434

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

Shades of Blackcurrant #241434

Tints of Blackcurrant #241434

Color information

#241434 (or 0x241434) is unknown color: approx Blackcurrant. HEX triplet: 24, 14 and 34. RGB value is (36,20,52). Sum of RGB (Red+Green+Blue) = 36+20+52=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #241434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241434 is #DBEBCB. Grayscale: #1C1C1C. Windows color (decimal): -14412748 or 3413028. OLE color: 3413028.

HSL color Cylindrical-coordinate representation of color #241434: hue angle of 270º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #241434 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB362052-
CMYK0.310.6200.80
HSL270º44.44%14.12%-
HSV(B)270º61.54%20.39%-
XYZ1.61.123.38-
YUV28.43141.3133.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 52 (20.70% from 255) = 48.15%
R=33.33%
G=18.52%
B=48.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3620520.310.6200.8027044.4414.12
Hex2414341F3E05010e2ce
Octal442464377601204165416
Binary1001001010011010011111111110010100001000011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241434; }

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

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

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

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

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

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

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

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