#240C3D

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

Shades of Blackcurrant #240C3D

Tints of Blackcurrant #240C3D

Color information

#240C3D (or 0x240C3D) is unknown color: approx Blackcurrant. HEX triplet: 24, 0C and 3D. RGB value is (36,12,61). Sum of RGB (Red+Green+Blue) = 36+12+61=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #240C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C3D is #DBF3C2. Grayscale: #181818. Windows color (decimal): -14414787 or 4000804. OLE color: 4000804.

HSL color Cylindrical-coordinate representation of color #240C3D: hue angle of 269.39º 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 #240C3D is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB361261-
CMYK0.410.8000.76
HSL269.39º67.12%14.31%-
HSV(B)269.39º80.33%23.92%-
XYZ1.70.974.51-
YUV24.76148.45136.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.03%
GREEN value IS 12 (5.08% from 255) = 11.01%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=33.03%
G=11.01%
B=55.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3612610.410.8000.76269.3967.1214.31
Hex24C3D295004C10d43e
Octal44147551120011441510316
Binary100100110011110110100110100000100110010000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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