#23433A

Color #23433A Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #23433A

Tints of Burnham #23433A

Color information

#23433A (or 0x23433A) is unknown color: approx Burnham. HEX triplet: 23, 43 and 3A. RGB value is (35,67,58). Sum of RGB (Red+Green+Blue) = 35+67+58=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #23433A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23433A is #DCBCC5. Grayscale: #383838. Windows color (decimal): -14466246 or 3818275. OLE color: 3818275.

HSL color Cylindrical-coordinate representation of color #23433A: hue angle of 163.12º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #23433A is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB356758-
CMYK0.4800.130.74
HSL163.12º31.37%20%-
HSV(B)163.12º47.76%26.27%-
XYZ3.464.684.72-
YUV56.41128.9112.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=21.88%
G=41.88%
B=36.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3567580.4800.130.74163.1231.3720
Hex23433A300D4Aa31f14
Octal4310372600151122433724
Binary1000111000011111010110000011011001010101000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,67,58); }

 H1.HeaderClassName
 {
   color: #23433A;
 }
 .AnyTagClassName
 {
   color: #23433A;
 }
</style>
background-color css

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

 a { background-color: rgb(35,67,58); }

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

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

 span { border-color: rgb(35,67,58); }

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