#240B38

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

Shades of Blackcurrant #240B38

Tints of Blackcurrant #240B38

Color information

#240B38 (or 0x240B38) is unknown color: approx Blackcurrant. HEX triplet: 24, 0B and 38. RGB value is (36,11,56). Sum of RGB (Red+Green+Blue) = 36+11+56=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #240B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B38 is #DBF4C7. Grayscale: #171717. Windows color (decimal): -14415048 or 3672868. OLE color: 3672868.

HSL color Cylindrical-coordinate representation of color #240B38: hue angle of 273.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #240B38 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB361156-
CMYK0.360.8000.78
HSL273.33º67.16%13.14%-
HSV(B)273.33º80.36%21.96%-
XYZ1.560.93.83-
YUV23.6146.28136.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 56 (22.27% from 255) = 54.37%
R=34.95%
G=10.68%
B=54.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3611560.360.8000.78273.3367.1613.14
Hex24B38245004E11143d
Octal44137044120011642110315
Binary100100101111100010010010100000100111010001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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