#253838

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

Shades of Nordic #253838

Tints of Nordic #253838

Color information

#253838 (or 0x253838) is unknown color: approx Nordic. HEX triplet: 25, 38 and 38. RGB value is (37,56,56). Sum of RGB (Red+Green+Blue) = 37+56+56=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #253838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253838 is #DAC7C7. Grayscale: #323232. Windows color (decimal): -14337992 or 3684389. OLE color: 3684389.

HSL color Cylindrical-coordinate representation of color #253838: hue angle of 180º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #253838 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB375656-
CMYK0.34000.78
HSL180º20.43%18.24%-
HSV(B)180º33.93%21.96%-
XYZ2.893.514.27-
YUV50.32131.21118.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 56 (22.27% from 255) = 37.58%
R=24.83%
G=37.58%
B=37.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3756560.34000.7818020.4318.24
Hex25383822004Eb41412
Octal45707042001162642422
Binary100101111000111000100010001001110101101001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253838; }

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

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

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

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

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

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

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

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