#240C3C

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

Shades of Blackcurrant #240C3C

Tints of Blackcurrant #240C3C

Color information

#240C3C (or 0x240C3C) is unknown color: approx Blackcurrant. HEX triplet: 24, 0C and 3C. RGB value is (36,12,60). Sum of RGB (Red+Green+Blue) = 36+12+60=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 60 (23.83% from 255 or 55.56% from 108); Max value from RGB is 60 - color contains mainly: blue. Hex color #240C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C3C is #DBF3C3. Grayscale: #181818. Windows color (decimal): -14414788 or 3935268. OLE color: 3935268.

HSL color Cylindrical-coordinate representation of color #240C3C: hue angle of 270º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #240C3C is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB361260-
CMYK0.400.8000.76
HSL270º66.67%14.12%-
HSV(B)270º80%23.53%-
XYZ1.670.964.37-
YUV24.65147.95136.1-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 60 (23.83% from 255) = 55.56%
R=33.33%
G=11.11%
B=55.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3612600.400.8000.7627066.6714.12
Hex24C3C285004C10e43e
Octal44147450120011441610316
Binary100100110011110010100010100000100110010000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240C3C; }

 p { color: rgb(36,12,60); }

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

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

 a { background-color: rgb(36,12,60); }

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

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

 span { border-color: rgb(36,12,60); }

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