Html Css Color HEX #273F3F Nordic

📋 copy color: '#273F3F'

red 39 ◦ green 63 ◦ blue 63

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

Shades of Nordic #273F3F

Tints of Nordic #273F3F

RGB

 RED value IS 39 (15.63% from 255) = 23.64%

 GREEN value IS 63 (25% from 255) = 38.18%

 BLUE value IS 63 (25% from 255) = 38.18%

R = 23.64%
G = 38.18%
B = 38.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#273F3F (or 0x273F3F) is known color: Nordic. HEX triplet: 27, 3F and 3F. RGB value is (39,63,63). Sum of RGB (Red+Green+Blue) = 39+63+63=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #273F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F3F is #D8C0C0. Grayscale: #373737. Windows color (decimal): -14205121 or 4144935. OLE color: 4144935.

HSL color Cylindrical-coordinate representation of color #273F3F: hue angle of 180º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273F3F is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 63 63 -
CMYK 0.38 0 0 0.75
HSL 180º 0.24% 0.2% -
HSV(B) 180º 0.38% 0.25% -
XYZ 3.51 4.35 5.36 -
YUV 55.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 39 63 63 0.38 0 0 0.75 180 0.24 0.2
Hex 27 3F 3F 26 0 0 4B B4 18 14
Octal 47 77 77 46 0 0 113 264 30 24
Binary 100111 111111 111111 100110 0 0 1001011 10110100 11000 10100

Color Harmonies of #273F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273F3F

Black with #273F3F

Text Example


Text Example

White with #273F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273F3F; }

 p { color: rgb(39,63,63); }

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

background-color css

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

 a { background-color: rgb(39,63,63); }

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

border-color css

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

 span { border-color: rgb(39,63,63); }

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