#240F3A

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

Shades of Blackcurrant #240F3A

Tints of Blackcurrant #240F3A

Color information

#240F3A (or 0x240F3A) is unknown color: approx Blackcurrant. HEX triplet: 24, 0F and 3A. RGB value is (36,15,58). Sum of RGB (Red+Green+Blue) = 36+15+58=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #240F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F3A is #DBF0C5. Grayscale: #1A1A1A. Windows color (decimal): -14414022 or 3804964. OLE color: 3804964.

HSL color Cylindrical-coordinate representation of color #240F3A: hue angle of 269.3º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #240F3A is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB361558-
CMYK0.380.7400.77
HSL269.3º58.9%14.31%-
HSV(B)269.3º74.14%22.75%-
XYZ1.661.024.11-
YUV26.18145.96135-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.03%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=33.03%
G=13.76%
B=53.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3615580.380.7400.77269.358.914.31
Hex24F3A264A04D10d3be
Octal4417724611201154157316
Binary10010011111110101001101001010010011011000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,15,58); }

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

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

 a { background-color: rgb(36,15,58); }

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

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

 span { border-color: rgb(36,15,58); }

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