Html Css Color HEX #0D3438 Nordic

📋 copy color: '#0D3438'

red 13 ◦ green 52 ◦ blue 56

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

Shades of Nordic #0D3438

Tints of Nordic #0D3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.98%

 BLUE value IS 56 (22.27% from 255) = 46.28%

R = 10.74%
G = 42.98%
B = 46.28%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D3438 (or 0x0D3438) is known color: Nordic. HEX triplet: 0D, 34 and 38. RGB value is (13,52,56). Sum of RGB (Red+Green+Blue) = 13+52+56=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D3438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3438 is #F2CBC7. Grayscale: #282828. Windows color (decimal): -15911880 or 3683341. OLE color: 3683341.

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

Color convert

RGB 13 52 56 -
CMYK 0.77 0.07 0 0.78
HSL 185.58º 0.62% 0.14% -
HSV(B) 185.58º 0.77% 0.22% -
XYZ 2.11 2.83 4.18 -
YUV 40.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 13 52 56 0.77 0.07 0 0.78 185.58 0.62 0.14
Hex D 34 38 4D 7 0 4E BA 3E E
Octal 15 64 70 115 7 0 116 272 76 16
Binary 1101 110100 111000 1001101 111 0 1001110 10111010 111110 1110

Color Harmonies of #0D3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3438

Black with #0D3438

Text Example


Text Example

White with #0D3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,52,56); }

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

background-color css

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

 a { background-color: rgb(13,52,56); }

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

border-color css

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

 span { border-color: rgb(13,52,56); }

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