#240B28

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

Shades of Blackcurrant #240B28

Tints of Blackcurrant #240B28

Color information

#240B28 (or 0x240B28) is unknown color: approx Blackcurrant. HEX triplet: 24, 0B and 28. RGB value is (36,11,40). Sum of RGB (Red+Green+Blue) = 36+11+40=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #240B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B28 is #DBF4D7. Grayscale: #151515. Windows color (decimal): -14415064 or 2624292. OLE color: 2624292.

HSL color Cylindrical-coordinate representation of color #240B28: hue angle of 291.72º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #240B28 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB361140-
CMYK0.100.7200.84
HSL291.72º56.86%10%-
HSV(B)291.72º72.5%15.69%-
XYZ1.230.772.09-
YUV21.78138.28138.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 11 (4.69% from 255) = 12.64%
BLUE value IS 40 (16.02% from 255) = 45.98%
R=41.38%
G=12.64%
B=45.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3611400.100.7200.84291.7256.8610
Hex24B28A4805412439a
Octal4413501211001244447112
Binary100100101110100010101001000010101001001001001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,11,40); }

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

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

 a { background-color: rgb(36,11,40); }

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

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

 span { border-color: rgb(36,11,40); }

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