Html Css Color HEX #143333 Nordic

📋 copy color: '#143333'

red 20 ◦ green 51 ◦ blue 51

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

Shades of Nordic #143333

Tints of Nordic #143333

RGB

 RED value IS 20 (8.2% from 255) = 16.39%

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

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

R = 16.39%
G = 41.8%
B = 41.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#143333 (or 0x143333) is known color: Nordic. HEX triplet: 14, 33 and 33. RGB value is (20,51,51). Sum of RGB (Red+Green+Blue) = 20+51+51=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #143333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143333 is #EBCCCC. Grayscale: #292929. Windows color (decimal): -15453389 or 3355412. OLE color: 3355412.

HSL color Cylindrical-coordinate representation of color #143333: hue angle of 180º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143333 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 51 -
CMYK 0.61 0 0 0.8
HSL 180º 0.44% 0.14% -
HSV(B) 180º 0.61% 0.2% -
XYZ 2.07 2.76 3.55 -
YUV 41.73 133.23 112.5 -
System Red Green Blue C M Y K H S L
Decimal 20 51 51 0.61 0 0 0.8 180 0.44 0.14
Hex 14 33 33 3D 0 0 50 B4 2C E
Octal 24 63 63 75 0 0 120 264 54 16
Binary 10100 110011 110011 111101 0 0 1010000 10110100 101100 1110

Color Harmonies of #143333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143333

Black with #143333

Text Example


Text Example

White with #143333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143333; }

 p { color: rgb(20,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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