Html Css Color HEX #203033 Nordic

📋 copy color: '#203033'

red 32 ◦ green 48 ◦ blue 51

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

Shades of Nordic #203033

Tints of Nordic #203033

RGB

 RED value IS 32 (12.89% from 255) = 24.43%

 GREEN value IS 48 (19.14% from 255) = 36.64%

 BLUE value IS 51 (20.31% from 255) = 38.93%

R = 24.43%
G = 36.64%
B = 38.93%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#203033 (or 0x203033) is known color: Nordic. HEX triplet: 20, 30 and 33. RGB value is (32,48,51). Sum of RGB (Red+Green+Blue) = 32+48+51=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 51 - color contains mainly: blue. Hex color #203033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203033 is #DFCFCC. Grayscale: #2B2B2B. Windows color (decimal): -14667725 or 3354656. OLE color: 3354656.

HSL color Cylindrical-coordinate representation of color #203033: hue angle of 189.47º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203033 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 32 48 51 -
CMYK 0.37 0.06 0 0.8
HSL 189.47º 0.23% 0.16% -
HSV(B) 189.47º 0.37% 0.2% -
XYZ 2.25 2.66 3.53 -
YUV 43.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 32 48 51 0.37 0.06 0 0.8 189.47 0.23 0.16
Hex 20 30 33 25 6 0 50 BD 17 10
Octal 40 60 63 45 6 0 120 275 27 20
Binary 100000 110000 110011 100101 110 0 1010000 10111101 10111 10000

Color Harmonies of #203033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203033

Black with #203033

Text Example


Text Example

White with #203033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203033; }

 p { color: rgb(32,48,51); }

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

background-color css

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

 a { background-color: rgb(32,48,51); }

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

border-color css

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

 span { border-color: rgb(32,48,51); }

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