#241330

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

Shades of Blackcurrant #241330

Tints of Blackcurrant #241330

Color information

#241330 (or 0x241330) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 30. RGB value is (36,19,48). Sum of RGB (Red+Green+Blue) = 36+19+48=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #241330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241330 is #DBECCF. Grayscale: #1B1B1B. Windows color (decimal): -14413008 or 3150628. OLE color: 3150628.

HSL color Cylindrical-coordinate representation of color #241330: hue angle of 275.17º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #241330 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB361948-
CMYK0.250.6000.81
HSL275.17º43.28%13.14%-
HSV(B)275.17º60.42%18.82%-
XYZ1.491.052.92-
YUV27.39139.63134.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=34.95%
G=18.45%
B=46.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3619480.250.6000.81275.1743.2813.14
Hex241330193C0511132bd
Octal442360317401214235315
Binary1001001001111000011001111100010100011000100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241330; }

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

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

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

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

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

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

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

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