Html Css Color HEX #0D3235 Nordic

📋 copy color: '#0D3235'

red 13 ◦ green 50 ◦ blue 53

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

Shades of Nordic #0D3235

Tints of Nordic #0D3235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.1%

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

R = 11.21%
G = 43.1%
B = 45.69%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0D3235 (or 0x0D3235) is known color: Nordic. HEX triplet: 0D, 32 and 35. RGB value is (13,50,53). Sum of RGB (Red+Green+Blue) = 13+50+53=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D3235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3235 is #F2CDCA. Grayscale: #272727. Windows color (decimal): -15912395 or 3486221. OLE color: 3486221.

HSL color Cylindrical-coordinate representation of color #0D3235: hue angle of 184.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3235 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 13 50 53 -
CMYK 0.75 0.06 0 0.79
HSL 184.5º 0.61% 0.13% -
HSV(B) 184.5º 0.75% 0.21% -
XYZ 1.95 2.62 3.77 -
YUV 39.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 13 50 53 0.75 0.06 0 0.79 184.5 0.61 0.13
Hex D 32 35 4B 6 0 4F B8 3D D
Octal 15 62 65 113 6 0 117 270 75 15
Binary 1101 110010 110101 1001011 110 0 1001111 10111000 111101 1101

Color Harmonies of #0D3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3235

Black with #0D3235

Text Example


Text Example

White with #0D3235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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