Html Css Color HEX #28423A Burnham

📋 copy color: '#28423A'

red 40 ◦ green 66 ◦ blue 58

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

Shades of Burnham #28423A

Tints of Burnham #28423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

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

R = 24.39%
G = 40.24%
B = 35.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#28423A (or 0x28423A) is known color: Burnham. HEX triplet: 28, 42 and 3A. RGB value is (40,66,58). Sum of RGB (Red+Green+Blue) = 40+66+58=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #28423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28423A is #D7BDC5. Grayscale: #393939. Windows color (decimal): -14138822 or 3818024. OLE color: 3818024.

HSL color Cylindrical-coordinate representation of color #28423A: hue angle of 161.54º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #28423A is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 58 -
CMYK 0.39 0 0.12 0.74
HSL 161.54º 0.25% 0.21% -
HSV(B) 161.54º 0.39% 0.26% -
XYZ 3.59 4.65 4.71 -
YUV 57.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 40 66 58 0.39 0 0.12 0.74 161.54 0.25 0.21
Hex 28 42 3A 27 0 C 4A A2 19 15
Octal 50 102 72 47 0 14 112 242 31 25
Binary 101000 1000010 111010 100111 0 1100 1001010 10100010 11001 10101

Color Harmonies of #28423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28423A

Black with #28423A

Text Example


Text Example

White with #28423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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