Html Css Color HEX #253838 Nordic

📋 copy color: '#253838'

red 37 ◦ green 56 ◦ blue 56

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

Shades of Nordic #253838

Tints of Nordic #253838

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 value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#253838 (or 0x253838) is known color: 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

RGB 37 56 56 -
CMYK 0.34 0 0 0.78
HSL 180º 0.2% 0.18% -
HSV(B) 180º 0.34% 0.22% -
XYZ 2.89 3.51 4.27 -
YUV 50.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 37 56 56 0.34 0 0 0.78 180 0.2 0.18
Hex 25 38 38 22 0 0 4E B4 14 12
Octal 45 70 70 42 0 0 116 264 24 22
Binary 100101 111000 111000 100010 0 0 1001110 10110100 10100 10010

Color Harmonies of #253838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253838

Black with #253838

Text Example


Text Example

White with #253838

Text Example


Text Example

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