Html Css Color HEX #28443A Burnham

📋 copy color: '#28443A'

red 40 ◦ green 68 ◦ blue 58

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

Shades of Burnham #28443A

Tints of Burnham #28443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

 BLUE value IS 58 (23.05% from 255) = 34.94%

R = 24.1%
G = 40.96%
B = 34.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#28443A (or 0x28443A) is known color: Burnham. HEX triplet: 28, 44 and 3A. RGB value is (40,68,58). Sum of RGB (Red+Green+Blue) = 40+68+58=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #28443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28443A is #D7BBC5. Grayscale: #3A3A3A. Windows color (decimal): -14138310 or 3818536. OLE color: 3818536.

HSL color Cylindrical-coordinate representation of color #28443A: hue angle of 158.57º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #28443A is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 68 58 -
CMYK 0.41 0 0.15 0.73
HSL 158.57º 0.26% 0.21% -
HSV(B) 158.57º 0.41% 0.27% -
XYZ 3.71 4.89 4.75 -
YUV 58.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 40 68 58 0.41 0 0.15 0.73 158.57 0.26 0.21
Hex 28 44 3A 29 0 F 49 9F 1A 15
Octal 50 104 72 51 0 17 111 237 32 25
Binary 101000 1000100 111010 101001 0 1111 1001001 10011111 11010 10101

Color Harmonies of #28443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28443A

Black with #28443A

Text Example


Text Example

White with #28443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28443A; }

 p { color: rgb(40,68,58); }

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

background-color css

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

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

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

border-color css

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

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

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