#242D41

Color #242D41 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #242D41

Tints of Bunting #242D41

Color information

#242D41 (or 0x242D41) is unknown color: approx Bunting. HEX triplet: 24, 2D and 41. RGB value is (36,45,65). Sum of RGB (Red+Green+Blue) = 36+45+65=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #242D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D41 is #DBD2BE. Grayscale: #2C2C2C. Windows color (decimal): -14406335 or 4271396. OLE color: 4271396.

HSL color Cylindrical-coordinate representation of color #242D41: hue angle of 221.38º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #242D41 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB364565-
CMYK0.450.3100.75
HSL221.38º28.71%19.8%-
HSV(B)221.38º44.62%25.49%-
XYZ2.622.635.37-
YUV44.59139.52121.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 45 (17.97% from 255) = 30.82%
BLUE value IS 65 (25.78% from 255) = 44.52%
R=24.66%
G=30.82%
B=44.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3645650.450.3100.75221.3828.7119.8
Hex242D412D1F04Bdd1d14
Octal4455101553701133353524
Binary10010010110110000011011011111101001011110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242D41; }

 p { color: rgb(36,45,65); }

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

<style>
 a { background-color: #242D41; }

 a { background-color: rgb(36,45,65); }

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

<style>
 span { border-color: #242D41; }

 span { border-color: rgb(36,45,65); }

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