#25383A

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

Shades of Nordic #25383A

Tints of Nordic #25383A

Color information

#25383A (or 0x25383A) is unknown color: approx Nordic. HEX triplet: 25, 38 and 3A. RGB value is (37,56,58). Sum of RGB (Red+Green+Blue) = 37+56+58=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #25383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25383A is #DAC7C5. Grayscale: #323232. Windows color (decimal): -14337990 or 3815461. OLE color: 3815461.

HSL color Cylindrical-coordinate representation of color #25383A: hue angle of 185.71º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #25383A is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB375658-
CMYK0.360.0300.77
HSL185.71º22.11%18.63%-
HSV(B)185.71º36.21%22.75%-
XYZ2.943.534.53-
YUV50.55132.21118.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=24.50%
G=37.09%
B=38.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3756580.360.0300.77185.7122.1118.63
Hex25383A24304Dba1613
Octal45707244301152722623
Binary1001011110001110101001001101001101101110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25383A; }

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

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

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

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

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

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

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

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