Html Css Color HEX #253939 Nordic

📋 copy color: '#253939'

red 37 ◦ green 57 ◦ blue 57

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

Shades of Nordic #253939

Tints of Nordic #253939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.75%

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

R = 24.5%
G = 37.75%
B = 37.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253939 (or 0x253939) is known color: Nordic. HEX triplet: 25, 39 and 39. RGB value is (37,57,57). Sum of RGB (Red+Green+Blue) = 37+57+57=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #253939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253939 is #DAC6C6. Grayscale: #333333. Windows color (decimal): -14337735 or 3750181. OLE color: 3750181.

HSL color Cylindrical-coordinate representation of color #253939: hue angle of 180º 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 #253939 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 57 57 -
CMYK 0.35 0 0 0.78
HSL 180º 0.21% 0.18% -
HSV(B) 180º 0.35% 0.22% -
XYZ 2.96 3.61 4.41 -
YUV 51.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 37 57 57 0.35 0 0 0.78 180 0.21 0.18
Hex 25 39 39 23 0 0 4E B4 15 12
Octal 45 71 71 43 0 0 116 264 25 22
Binary 100101 111001 111001 100011 0 0 1001110 10110100 10101 10010

Color Harmonies of #253939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253939

Black with #253939

Text Example


Text Example

White with #253939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253939; }

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

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

background-color css

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

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

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

border-color css

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

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

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