#240233

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

Shades of Blackcurrant #240233

Tints of Blackcurrant #240233

Color information

#240233 (or 0x240233) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 33. RGB value is (36,2,51). Sum of RGB (Red+Green+Blue) = 36+2+51=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #240233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240233 is #DBFDCC. Grayscale: #111111. Windows color (decimal): -14417357 or 3342884. OLE color: 3342884.

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

Color convert

RGB36251-
CMYK0.290.9600.8
HSL281.63º92.45%10.39%-
HSV(B)281.63º96.08%20%-
XYZ1.350.663.19-
YUV17.75146.76141.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 51 (20.31% from 255) = 57.30%
R=40.45%
G=2.25%
B=57.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal362510.290.9600.8281.6392.4510.39
Hex242331D6005011a5ca
Octal4426335140012043213412
Binary100100101100111110111000000101000010001101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240233; }

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

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

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

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

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

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

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

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