#240133

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

Shades of Blackcurrant #240133

Tints of Blackcurrant #240133

Color information

#240133 (or 0x240133) is unknown color: approx Blackcurrant. HEX triplet: 24, 01 and 33. RGB value is (36,1,51). Sum of RGB (Red+Green+Blue) = 36+1+51=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #240133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240133 is #DBFECC. Grayscale: #111111. Windows color (decimal): -14417613 or 3342628. OLE color: 3342628.

HSL color Cylindrical-coordinate representation of color #240133: hue angle of 282º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240133 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB36151-
CMYK0.290.9800.8
HSL282º96.15%10.2%-
HSV(B)282º98.04%20%-
XYZ1.340.643.18-
YUV17.16147.1141.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 51 (20.31% from 255) = 57.95%
R=40.91%
G=1.14%
B=57.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal361510.290.9800.828296.1510.2
Hex241331D6205011a60a
Octal4416335142012043214012
Binary10010011100111110111000100101000010001101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240133; }

 p { color: rgb(36,1,51); }

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

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

 a { background-color: rgb(36,1,51); }

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

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

 span { border-color: rgb(36,1,51); }

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