#241C2F

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

Shades of Blackcurrant #241C2F

Tints of Blackcurrant #241C2F

Color information

#241C2F (or 0x241C2F) is unknown color: approx Blackcurrant. HEX triplet: 24, 1C and 2F. RGB value is (36,28,47). Sum of RGB (Red+Green+Blue) = 36+28+47=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #241C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C2F is #DBE3D0. Grayscale: #202020. Windows color (decimal): -14410705 or 3087396. OLE color: 3087396.

HSL color Cylindrical-coordinate representation of color #241C2F: hue angle of 265.26º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #241C2F is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB362847-
CMYK0.230.4000.82
HSL265.26º25.33%14.71%-
HSV(B)265.26º40.43%18.43%-
XYZ1.661.412.87-
YUV32.56136.15130.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.43%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=32.43%
G=25.23%
B=42.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3628470.230.4000.82265.2625.3314.71
Hex241C2F172805210919f
Octal443457275001224113117
Binary100100111001011111011110100001010010100001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241C2F; }

 p { color: rgb(36,28,47); }

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

<style>
 a { background-color: #241C2F; }

 a { background-color: rgb(36,28,47); }

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

<style>
 span { border-color: #241C2F; }

 span { border-color: rgb(36,28,47); }

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