Html Css Color HEX #1D3737 Nordic

📋 copy color: '#1D3737'

red 29 ◦ green 55 ◦ blue 55

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

Shades of Nordic #1D3737

Tints of Nordic #1D3737

RGB

 RED value IS 29 (11.72% from 255) = 20.86%

 GREEN value IS 55 (21.88% from 255) = 39.57%

 BLUE value IS 55 (21.88% from 255) = 39.57%

R = 20.86%
G = 39.57%
B = 39.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D3737 (or 0x1D3737) is known color: Nordic. HEX triplet: 1D, 37 and 37. RGB value is (29,55,55). Sum of RGB (Red+Green+Blue) = 29+55+55=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 55 - color contains mainly: green, blue. Hex color #1D3737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3737 is #E2C8C8. Grayscale: #2F2F2F. Windows color (decimal): -14862537 or 3618589. OLE color: 3618589.

HSL color Cylindrical-coordinate representation of color #1D3737: hue angle of 180º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D3737 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 29 55 55 -
CMYK 0.47 0 0 0.78
HSL 180º 0.31% 0.16% -
HSV(B) 180º 0.47% 0.22% -
XYZ 2.56 3.27 4.11 -
YUV 47.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 29 55 55 0.47 0 0 0.78 180 0.31 0.16
Hex 1D 37 37 2F 0 0 4E B4 1F 10
Octal 35 67 67 57 0 0 116 264 37 20
Binary 11101 110111 110111 101111 0 0 1001110 10110100 11111 10000

Color Harmonies of #1D3737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3737

Black with #1D3737

Text Example


Text Example

White with #1D3737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D3737; }

 p { color: rgb(29,55,55); }

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

background-color css

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

 a { background-color: rgb(29,55,55); }

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

border-color css

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

 span { border-color: rgb(29,55,55); }

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