Html Css Color HEX #25383A Nordic

📋 copy color: '#25383A'

red 37 ◦ green 56 ◦ blue 58

#25383A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #25383A

Tints of Nordic #25383A

RGB

 RED value IS 37 (14.84% from 255) = 24.5%

 GREEN value IS 56 (22.27% from 255) = 37.09%

 BLUE value IS 58 (23.05% from 255) = 38.41%

R = 24.5%
G = 37.09%
B = 38.41%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25383A (or 0x25383A) is known color: 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

RGB 37 56 58 -
CMYK 0.36 0.03 0 0.77
HSL 185.71º 0.22% 0.19% -
HSV(B) 185.71º 0.36% 0.23% -
XYZ 2.94 3.53 4.53 -
YUV 50.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 37 56 58 0.36 0.03 0 0.77 185.71 0.22 0.19
Hex 25 38 3A 24 3 0 4D BA 16 13
Octal 45 70 72 44 3 0 115 272 26 23
Binary 100101 111000 111010 100100 11 0 1001101 10111010 10110 10011

Color Harmonies of #25383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25383A

Black with #25383A

Text Example


Text Example

White with #25383A

Text Example


Text Example

HTML Codes & Css Web 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>