Html Css Color HEX #0D3335 Nordic

📋 copy color: '#0D3335'

red 13 ◦ green 51 ◦ blue 53

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

Shades of Nordic #0D3335

Tints of Nordic #0D3335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.59%

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

R = 11.11%
G = 43.59%
B = 45.3%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0D3335 (or 0x0D3335) is known color: Nordic. HEX triplet: 0D, 33 and 35. RGB value is (13,51,53). Sum of RGB (Red+Green+Blue) = 13+51+53=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D3335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3335 is #F2CCCA. Grayscale: #272727. Windows color (decimal): -15912139 or 3486477. OLE color: 3486477.

HSL color Cylindrical-coordinate representation of color #0D3335: hue angle of 183º 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 #0D3335 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 13 51 53 -
CMYK 0.75 0.04 0 0.79
HSL 183º 0.61% 0.13% -
HSV(B) 183º 0.75% 0.21% -
XYZ 1.99 2.71 3.79 -
YUV 39.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 13 51 53 0.75 0.04 0 0.79 183 0.61 0.13
Hex D 33 35 4B 4 0 4F B7 3D D
Octal 15 63 65 113 4 0 117 267 75 15
Binary 1101 110011 110101 1001011 100 0 1001111 10110111 111101 1101

Color Harmonies of #0D3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3335

Black with #0D3335

Text Example


Text Example

White with #0D3335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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