#240030

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

Shades of Blackcurrant #240030

Tints of Blackcurrant #240030

Color information

#240030 (or 0x240030) is unknown color: approx Blackcurrant. HEX triplet: 24, 00 and 30. RGB value is (36,0,48). Sum of RGB (Red+Green+Blue) = 36+0+48=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #240030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240030 is #DBFFCF. Grayscale: #101010. Windows color (decimal): -14417872 or 3145764. OLE color: 3145764.

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

Color convert

RGB36048-
CMYK0.25100.81
HSL285º100%9.41%-
HSV(B)285º100%18.82%-
XYZ1.260.592.84-
YUV16.24145.93142.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=42.86%
G=0%
B=57.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal360480.25100.812851009.41
Hex24030196405111d649
Octal4406031144012143514411
Binary10010001100001100111001000101000110001110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240030; }

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

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

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

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

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

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

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

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