#42383A

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

Shades of Jon #42383A

Tints of Jon #42383A

Color information

#42383A (or 0x42383A) is unknown color: approx Jon. HEX triplet: 42, 38 and 3A. RGB value is (66,56,58). Sum of RGB (Red+Green+Blue) = 66+56+58=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #42383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42383A is #BDC7C5. Grayscale: #3B3B3B. Windows color (decimal): -12437446 or 3815490. OLE color: 3815490.

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

Color convert

RGB665658-
CMYK00.150.120.74
HSL348º8.2%23.92%-
HSV(B)348º15.15%25.88%-
XYZ4.424.294.6-
YUV59.22127.31132.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=36.67%
G=31.11%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66565800.150.120.743488.223.92
Hex42383A0FC4A15c818
Octal1027072017141125341030
Binary10000101110001110100111111001001010101011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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