#240B33

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

Shades of Blackcurrant #240B33

Tints of Blackcurrant #240B33

Color information

#240B33 (or 0x240B33) is unknown color: approx Blackcurrant. HEX triplet: 24, 0B and 33. RGB value is (36,11,51). Sum of RGB (Red+Green+Blue) = 36+11+51=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #240B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B33 is #DBF4CC. Grayscale: #161616. Windows color (decimal): -14415053 or 3345188. OLE color: 3345188.

HSL color Cylindrical-coordinate representation of color #240B33: hue angle of 277.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #240B33 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB361151-
CMYK0.290.7800.8
HSL277.5º64.52%12.16%-
HSV(B)277.5º78.43%20%-
XYZ1.440.853.22-
YUV23.04143.78137.25-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.73%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 51 (20.31% from 255) = 52.04%
R=36.73%
G=11.22%
B=52.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3611510.290.7800.8277.564.5212.16
Hex24B331D4E05011641c
Octal44136335116012042610114
Binary10010010111100111110110011100101000010001011010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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