#241F27

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

Shades of Blackcurrant #241F27

Tints of Blackcurrant #241F27

Color information

#241F27 (or 0x241F27) is unknown color: approx Blackcurrant. HEX triplet: 24, 1F and 27. RGB value is (36,31,39). Sum of RGB (Red+Green+Blue) = 36+31+39=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 39 - color contains mainly: blue. Hex color #241F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F27 is #DBE0D8. Grayscale: #212121. Windows color (decimal): -14409945 or 2563876. OLE color: 2563876.

HSL color Cylindrical-coordinate representation of color #241F27: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #241F27 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB363139-
CMYK0.080.2100.85
HSL277.5º11.43%13.73%-
HSV(B)277.5º20.51%15.29%-
XYZ1.581.52.13-
YUV33.41131.16129.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=33.96%
G=29.25%
B=36.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3631390.080.2100.85277.511.4313.73
Hex241F27815055116be
Octal443747102501254261316
Binary100100111111001111000101010101010110001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,31,39); }

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

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

 a { background-color: rgb(36,31,39); }

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

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

 span { border-color: rgb(36,31,39); }

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