Html Css Color HEX #0D3735 Nordic

📋 copy color: '#0D3735'

red 13 ◦ green 55 ◦ blue 53

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

Shades of Nordic #0D3735

Tints of Nordic #0D3735

RGB

 RED value IS 13 (5.47% from 255) = 10.74%

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

 BLUE value IS 53 (21.09% from 255) = 43.8%

R = 10.74%
G = 45.45%
B = 43.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#0D3735 (or 0x0D3735) is known color: Nordic. HEX triplet: 0D, 37 and 35. RGB value is (13,55,53). Sum of RGB (Red+Green+Blue) = 13+55+53=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3735 is #F2C8CA. Grayscale: #2A2A2A. Windows color (decimal): -15911115 or 3487501. OLE color: 3487501.

HSL color Cylindrical-coordinate representation of color #0D3735: hue angle of 177.14º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3735 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 55 53 -
CMYK 0.76 0 0.04 0.78
HSL 177.14º 0.62% 0.13% -
HSV(B) 177.14º 0.76% 0.22% -
XYZ 2.17 3.07 3.85 -
YUV 42.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 13 55 53 0.76 0 0.04 0.78 177.14 0.62 0.13
Hex D 37 35 4C 0 4 4E B1 3E D
Octal 15 67 65 114 0 4 116 261 76 15
Binary 1101 110111 110101 1001100 0 100 1001110 10110001 111110 1101

Color Harmonies of #0D3735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3735

Black with #0D3735

Text Example


Text Example

White with #0D3735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D3735; }

 p { color: rgb(13,55,53); }

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

background-color css

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

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

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

border-color css

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

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

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