#240F34

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

Shades of Blackcurrant #240F34

Tints of Blackcurrant #240F34

Color information

#240F34 (or 0x240F34) is unknown color: approx Blackcurrant. HEX triplet: 24, 0F and 34. RGB value is (36,15,52). Sum of RGB (Red+Green+Blue) = 36+15+52=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #240F34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F34 is #DBF0CB. Grayscale: #191919. Windows color (decimal): -14414028 or 3411748. OLE color: 3411748.

HSL color Cylindrical-coordinate representation of color #240F34: hue angle of 274.05º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #240F34 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB361552-
CMYK0.310.7100.80
HSL274.05º55.22%13.14%-
HSV(B)274.05º71.15%20.39%-
XYZ1.520.963.35-
YUV25.5142.96135.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.95%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 52 (20.70% from 255) = 50.49%
R=34.95%
G=14.56%
B=50.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3615520.310.7100.80274.0555.2213.14
Hex24F341F4705011237d
Octal4417643710701204226715
Binary1001001111110100111111000111010100001000100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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