Html Css Color HEX #253839 Nordic

📋 copy color: '#253839'

red 37 ◦ green 56 ◦ blue 57

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

Shades of Nordic #253839

Tints of Nordic #253839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 38%

R = 24.67%
G = 37.33%
B = 38%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253839 (or 0x253839) is known color: Nordic. HEX triplet: 25, 38 and 39. RGB value is (37,56,57). Sum of RGB (Red+Green+Blue) = 37+56+57=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #253839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253839 is #DAC7C6. Grayscale: #323232. Windows color (decimal): -14337991 or 3749925. OLE color: 3749925.

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

Color convert

RGB 37 56 57 -
CMYK 0.35 0.02 0 0.78
HSL 183º 0.21% 0.18% -
HSV(B) 183º 0.35% 0.22% -
XYZ 2.92 3.52 4.4 -
YUV 50.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 37 56 57 0.35 0.02 0 0.78 183 0.21 0.18
Hex 25 38 39 23 2 0 4E B7 15 12
Octal 45 70 71 43 2 0 116 267 25 22
Binary 100101 111000 111001 100011 10 0 1001110 10110111 10101 10010

Color Harmonies of #253839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253839

Black with #253839

Text Example


Text Example

White with #253839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253839; }

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

 H1.HeaderClassName
 {
   color: #253839;
 }
 .AnyTagClassName
 {
   color: #253839;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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