Html Css Color HEX #283F3F Nordic

📋 copy color: '#283F3F'

red 40 ◦ green 63 ◦ blue 63

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

Shades of Nordic #283F3F

Tints of Nordic #283F3F

RGB

 RED value IS 40 (16.02% from 255) = 24.1%

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

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

R = 24.1%
G = 37.95%
B = 37.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283F3F (or 0x283F3F) is known color: Nordic. HEX triplet: 28, 3F and 3F. RGB value is (40,63,63). Sum of RGB (Red+Green+Blue) = 40+63+63=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #283F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F3F is #D7C0C0. Grayscale: #383838. Windows color (decimal): -14139585 or 4144936. OLE color: 4144936.

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

Color convert

RGB 40 63 63 -
CMYK 0.37 0 0 0.75
HSL 180º 0.22% 0.2% -
HSV(B) 180º 0.37% 0.25% -
XYZ 3.55 4.37 5.36 -
YUV 56.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 40 63 63 0.37 0 0 0.75 180 0.22 0.2
Hex 28 3F 3F 25 0 0 4B B4 16 14
Octal 50 77 77 45 0 0 113 264 26 24
Binary 101000 111111 111111 100101 0 0 1001011 10110100 10110 10100

Color Harmonies of #283F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F3F

Black with #283F3F

Text Example


Text Example

White with #283F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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