#242141

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

Shades of Valhalla #242141

Tints of Valhalla #242141

Color information

#242141 (or 0x242141) is unknown color: approx Valhalla. HEX triplet: 24, 21 and 41. RGB value is (36,33,65). Sum of RGB (Red+Green+Blue) = 36+33+65=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #242141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242141 is #DBDEBE. Grayscale: #252525. Windows color (decimal): -14409407 or 4268324. OLE color: 4268324.

HSL color Cylindrical-coordinate representation of color #242141: hue angle of 245.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242141 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB363365-
CMYK0.450.4900.75
HSL245.62º32.65%19.22%-
HSV(B)245.62º49.23%25.49%-
XYZ2.231.845.24-
YUV37.54143.49126.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.87%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=26.87%
G=24.63%
B=48.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3633650.450.4900.75245.6232.6519.22
Hex2421412D3104Bf62113
Octal4441101556101133664123
Binary1001001000011000001101101110001010010111111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242141; }

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

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

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

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

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

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

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

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