#241F30

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

Shades of Haiti #241F30

Tints of Haiti #241F30

Color information

#241F30 (or 0x241F30) is unknown color: approx Haiti. HEX triplet: 24, 1F and 30. RGB value is (36,31,48). Sum of RGB (Red+Green+Blue) = 36+31+48=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #241F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F30 is #DBE0CF. Grayscale: #222222. Windows color (decimal): -14409936 or 3153700. OLE color: 3153700.

HSL color Cylindrical-coordinate representation of color #241F30: hue angle of 257.65º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #241F30 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB363148-
CMYK0.250.3500.81
HSL257.65º21.52%15.49%-
HSV(B)257.65º35.42%18.82%-
XYZ1.751.573.01-
YUV34.43135.66129.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 31.30%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=31.30%
G=26.96%
B=41.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3631480.250.3500.81257.6521.5215.49
Hex241F30192305110216f
Octal443760314301214022617
Binary100100111111100001100110001101010001100000010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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