#240B46

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

Shades of Blackcurrant #240B46

Tints of Blackcurrant #240B46

Color information

#240B46 (or 0x240B46) is unknown color: approx Blackcurrant. HEX triplet: 24, 0B and 46. RGB value is (36,11,70). Sum of RGB (Red+Green+Blue) = 36+11+70=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #240B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B46 is #DBF4B9. Grayscale: #181818. Windows color (decimal): -14415034 or 4590372. OLE color: 4590372.

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

Color convert

RGB361170-
CMYK0.490.8400.73
HSL265.42º72.84%15.88%-
HSV(B)265.42º84.29%27.45%-
XYZ1.951.065.9-
YUV25.2153.28135.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.77%
GREEN value IS 11 (4.69% from 255) = 9.40%
BLUE value IS 70 (27.73% from 255) = 59.83%
R=30.77%
G=9.40%
B=59.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3611700.490.8400.73265.4272.8415.88
Hex24B4631540491094910
Octal441310661124011141111120
Binary10010010111000110110001101010001001001100001001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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