#241334

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

Shades of Blackcurrant #241334

Tints of Blackcurrant #241334

Color information

#241334 (or 0x241334) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 34. RGB value is (36,19,52). Sum of RGB (Red+Green+Blue) = 36+19+52=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #241334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241334 is #DBECCB. Grayscale: #1B1B1B. Windows color (decimal): -14413004 or 3412772. OLE color: 3412772.

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

Color convert

RGB361952-
CMYK0.310.6300.80
HSL270.91º46.48%13.92%-
HSV(B)270.91º63.46%20.39%-
XYZ1.581.093.38-
YUV27.84141.63133.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.64%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=33.64%
G=17.76%
B=48.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3619520.310.6300.80270.9146.4813.92
Hex2413341F3F05010f2ee
Octal442364377701204175616
Binary1001001001111010011111111111010100001000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241334; }

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

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

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

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

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

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

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

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