Html Css Color HEX #13383D Nordic

📋 copy color: '#13383D'

red 19 ◦ green 56 ◦ blue 61

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

Shades of Nordic #13383D

Tints of Nordic #13383D

RGB

 RED value IS 19 (7.81% from 255) = 13.97%

 GREEN value IS 56 (22.27% from 255) = 41.18%

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

R = 13.97%
G = 41.18%
B = 44.85%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13383D (or 0x13383D) is known color: Nordic. HEX triplet: 13, 38 and 3D. RGB value is (19,56,61). Sum of RGB (Red+Green+Blue) = 19+56+61=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #13383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13383D is #ECC7C2. Grayscale: #2D2D2D. Windows color (decimal): -15517635 or 4012051. OLE color: 4012051.

HSL color Cylindrical-coordinate representation of color #13383D: hue angle of 187.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13383D is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 56 61 -
CMYK 0.69 0.08 0 0.76
HSL 187.14º 0.53% 0.16% -
HSV(B) 187.14º 0.69% 0.24% -
XYZ 2.53 3.3 4.92 -
YUV 45.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 19 56 61 0.69 0.08 0 0.76 187.14 0.53 0.16
Hex 13 38 3D 45 8 0 4C BB 34 10
Octal 23 70 75 105 10 0 114 273 64 20
Binary 10011 111000 111101 1000101 1000 0 1001100 10111011 110100 10000

Color Harmonies of #13383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13383D

Black with #13383D

Text Example


Text Example

White with #13383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13383D; }

 p { color: rgb(19,56,61); }

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

background-color css

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

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

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

border-color css

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

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

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