#240230

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

Shades of Blackcurrant #240230

Tints of Blackcurrant #240230

Color information

#240230 (or 0x240230) is unknown color: approx Blackcurrant. HEX triplet: 24, 02 and 30. RGB value is (36,2,48). Sum of RGB (Red+Green+Blue) = 36+2+48=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #240230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240230 is #DBFDCF. Grayscale: #111111. Windows color (decimal): -14417360 or 3146276. OLE color: 3146276.

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

Color convert

RGB36248-
CMYK0.250.9600.81
HSL284.35º92%9.8%-
HSV(B)284.35º95.83%18.82%-
XYZ1.280.632.85-
YUV17.41145.26141.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 48 (19.14% from 255) = 55.81%
R=41.86%
G=2.33%
B=55.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal362480.250.9600.81284.35929.8
Hex24230196005111c5ca
Octal4426031140012143413412
Binary100100101100001100111000000101000110001110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240230; }

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

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

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

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

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

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

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

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