#23253D

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

Shades of Valhalla #23253D

Tints of Valhalla #23253D

Color information

#23253D (or 0x23253D) is unknown color: approx Valhalla. HEX triplet: 23, 25 and 3D. RGB value is (35,37,61). Sum of RGB (Red+Green+Blue) = 35+37+61=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #23253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23253D is #DCDAC2. Grayscale: #272727. Windows color (decimal): -14473923 or 4007203. OLE color: 4007203.

HSL color Cylindrical-coordinate representation of color #23253D: hue angle of 235.38º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #23253D is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB353761-
CMYK0.430.3900.76
HSL235.38º27.08%18.82%-
HSV(B)235.38º42.62%23.92%-
XYZ2.22.024.69-
YUV39.14140.34125.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.32%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 61 (24.22% from 255) = 45.86%
R=26.32%
G=27.82%
B=45.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3537610.430.3900.76235.3827.0818.82
Hex23253D2B2704Ceb1b13
Octal434575534701143533323
Binary10001110010111110110101110011101001100111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23253D; }

 p { color: rgb(35,37,61); }

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

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

 a { background-color: rgb(35,37,61); }

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

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

 span { border-color: rgb(35,37,61); }

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