Html Css Color HEX #283F48 Tarawera

📋 copy color: '#283F48'

red 40 ◦ green 63 ◦ blue 72

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

Shades of Tarawera #283F48

Tints of Tarawera #283F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 22.86%
G = 36%
B = 41.14%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#283F48 (or 0x283F48) is known color: Tarawera. HEX triplet: 28, 3F and 48. RGB value is (40,63,72). Sum of RGB (Red+Green+Blue) = 40+63+72=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #283F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F48 is #D7C0B7. Grayscale: #393939. Windows color (decimal): -14139576 or 4734760. OLE color: 4734760.

HSL color Cylindrical-coordinate representation of color #283F48: hue angle of 196.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #283F48 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 63 72 -
CMYK 0.44 0.12 0 0.72
HSL 196.88º 0.29% 0.22% -
HSV(B) 196.88º 0.44% 0.28% -
XYZ 3.82 4.47 6.79 -
YUV 57.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 40 63 72 0.44 0.12 0 0.72 196.88 0.29 0.22
Hex 28 3F 48 2C C 0 48 C5 1D 16
Octal 50 77 110 54 14 0 110 305 35 26
Binary 101000 111111 1001000 101100 1100 0 1001000 11000101 11101 10110

Color Harmonies of #283F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F48

Black with #283F48

Text Example


Text Example

White with #283F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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