Html Css Color HEX #002B32 Nordic

📋 copy color: '#002B32'

red 0 ◦ green 43 ◦ blue 50

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

Shades of Nordic #002B32

Tints of Nordic #002B32

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 43 (17.19% from 255) = 46.24%

 BLUE value IS 50 (19.92% from 255) = 53.76%

R = 0%
G = 46.24%
B = 53.76%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#002B32 (or 0x002B32) is known color: Nordic. HEX triplet: 00, 2B and 32. RGB value is (0,43,50). Sum of RGB (Red+Green+Blue) = 0+43+50=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #002B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B32 is #FFD4CD. Grayscale: #1E1E1E. Windows color (decimal): -16766158 or 3287808. OLE color: 3287808.

HSL color Cylindrical-coordinate representation of color #002B32: hue angle of 188.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B32 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 43 50 -
CMYK 1 0.14 0 0.80
HSL 188.4º 1% 0.1% -
HSV(B) 188.4º 1% 0.2% -
XYZ 1.44 1.96 3.32 -
YUV 30.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 0 43 50 1 0.14 0 0.80 188.4 1 0.1
Hex 0 2B 32 64 E 0 50 BC 64 A
Octal 0 53 62 144 16 0 120 274 144 12
Binary 0 101011 110010 1100100 1110 0 1010000 10111100 1100100 1010

Color Harmonies of #002B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B32

Black with #002B32

Text Example


Text Example

White with #002B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002B32; }

 p { color: rgb(0,43,50); }

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

background-color css

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

 a { background-color: rgb(0,43,50); }

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

border-color css

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

 span { border-color: rgb(0,43,50); }

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