#240F35

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

Shades of Blackcurrant #240F35

Tints of Blackcurrant #240F35

Color information

#240F35 (or 0x240F35) is unknown color: approx Blackcurrant. HEX triplet: 24, 0F and 35. RGB value is (36,15,53). Sum of RGB (Red+Green+Blue) = 36+15+53=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #240F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F35 is #DBF0CA. Grayscale: #191919. Windows color (decimal): -14414027 or 3477284. OLE color: 3477284.

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

Color convert

RGB361553-
CMYK0.320.7200.79
HSL273.16º55.88%13.33%-
HSV(B)273.16º71.7%20.78%-
XYZ1.540.973.47-
YUV25.61143.46135.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.62%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 53 (21.09% from 255) = 50.96%
R=34.62%
G=14.42%
B=50.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3615530.320.7200.79273.1655.8813.33
Hex24F35204804F11138d
Octal4417654011001174217015
Binary10010011111101011000001001000010011111000100011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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