#253848

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

Shades of Tarawera #253848

Tints of Tarawera #253848

Color information

#253848 (or 0x253848) is unknown color: approx Tarawera. HEX triplet: 25, 38 and 48. RGB value is (37,56,72). Sum of RGB (Red+Green+Blue) = 37+56+72=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #253848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253848 is #DAC7B7. Grayscale: #343434. Windows color (decimal): -14337976 or 4732965. OLE color: 4732965.

HSL color Cylindrical-coordinate representation of color #253848: hue angle of 207.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253848 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB375672-
CMYK0.490.2200.72
HSL207.43º32.11%21.37%-
HSV(B)207.43º48.61%28.24%-
XYZ3.353.696.67-
YUV52.14139.21117.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=22.42%
G=33.94%
B=43.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3756720.490.2200.72207.4332.1121.37
Hex2538483116048cf2015
Octal4570110612601103174025
Binary100101111000100100011000110110010010001100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253848; }

 p { color: rgb(37,56,72); }

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

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

 a { background-color: rgb(37,56,72); }

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

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

 span { border-color: rgb(37,56,72); }

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