Html Css Color HEX #253D3D Nordic

📋 copy color: '#253D3D'

red 37 ◦ green 61 ◦ blue 61

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

Shades of Nordic #253D3D

Tints of Nordic #253D3D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.36%

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 23.27%
G = 38.36%
B = 38.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#253D3D (or 0x253D3D) is known color: Nordic. HEX triplet: 25, 3D and 3D. RGB value is (37,61,61). Sum of RGB (Red+Green+Blue) = 37+61+61=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #253D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D3D is #DAC2C2. Grayscale: #353535. Windows color (decimal): -14336707 or 4013349. OLE color: 4013349.

HSL color Cylindrical-coordinate representation of color #253D3D: hue angle of 180º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D3D is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 61 61 -
CMYK 0.39 0 0 0.76
HSL 180º 0.24% 0.19% -
HSV(B) 180º 0.39% 0.24% -
XYZ 3.27 4.07 5.03 -
YUV 53.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 37 61 61 0.39 0 0 0.76 180 0.24 0.19
Hex 25 3D 3D 27 0 0 4C B4 18 13
Octal 45 75 75 47 0 0 114 264 30 23
Binary 100101 111101 111101 100111 0 0 1001100 10110100 11000 10011

Color Harmonies of #253D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D3D

Black with #253D3D

Text Example


Text Example

White with #253D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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