#240B35

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

Shades of Blackcurrant #240B35

Tints of Blackcurrant #240B35

Color information

#240B35 (or 0x240B35) is unknown color: approx Blackcurrant. HEX triplet: 24, 0B and 35. RGB value is (36,11,53). Sum of RGB (Red+Green+Blue) = 36+11+53=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #240B35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B35 is #DBF4CA. Grayscale: #171717. Windows color (decimal): -14415051 or 3476260. OLE color: 3476260.

HSL color Cylindrical-coordinate representation of color #240B35: hue angle of 275.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #240B35 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB361153-
CMYK0.320.7900.79
HSL275.71º65.62%12.55%-
HSV(B)275.71º79.25%20.78%-
XYZ1.490.873.46-
YUV23.26144.78137.08-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 53 (21.09% from 255) = 53%
R=36%
G=11%
B=53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3611530.320.7900.79275.7165.6212.55
Hex24B35204F04F11442d
Octal44136540117011742410215
Binary100100101111010110000010011110100111110001010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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