#240B2D

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

Shades of Blackcurrant #240B2D

Tints of Blackcurrant #240B2D

Color information

#240B2D (or 0x240B2D) is unknown color: approx Blackcurrant. HEX triplet: 24, 0B and 2D. RGB value is (36,11,45). Sum of RGB (Red+Green+Blue) = 36+11+45=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #240B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B2D is #DBF4D2. Grayscale: #161616. Windows color (decimal): -14415059 or 2951972. OLE color: 2951972.

HSL color Cylindrical-coordinate representation of color #240B2D: hue angle of 284.12º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #240B2D is Cyan = 0.2, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB361145-
CMYK0.20.7600.82
HSL284.12º60.71%10.98%-
HSV(B)284.12º75.56%17.65%-
XYZ1.320.82.57-
YUV22.35140.78137.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 11 (4.69% from 255) = 11.96%
BLUE value IS 45 (17.97% from 255) = 48.91%
R=39.13%
G=11.96%
B=48.91%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3611450.20.7600.82284.1260.7110.98
Hex24B2D144C05211c3db
Octal4413552411401224347513
Binary1001001011101101101001001100010100101000111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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