#0D3538

Color #0D3538 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #0D3538

Tints of Nordic #0D3538

Color information

#0D3538 (or 0x0D3538) is unknown color: approx Nordic. HEX triplet: 0D, 35 and 38. RGB value is (13,53,56). Sum of RGB (Red+Green+Blue) = 13+53+56=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D3538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3538 is #F2CAC7. Grayscale: #292929. Windows color (decimal): -15911624 or 3683597. OLE color: 3683597.

HSL color Cylindrical-coordinate representation of color #0D3538: hue angle of 184.19º 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 #0D3538 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB135356-
CMYK0.770.0500.78
HSL184.19º62.32%13.53%-
HSV(B)184.19º76.79%21.96%-
XYZ2.152.924.19-
YUV41.38136.25107.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.66%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 56 (22.27% from 255) = 45.90%
R=10.66%
G=43.44%
B=45.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1353560.770.0500.78184.1962.3213.53
HexD35384D504Eb83ee
Octal156570115501162707616
Binary1101110101111000100110110101001110101110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D3538;
 }
 .AnyTagClassName
 {
   color: #0D3538;
 }
</style>
background-color css

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

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

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

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

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

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