#423944

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

Shades of Bossanova #423944

Tints of Bossanova #423944

Color information

#423944 (or 0x423944) is unknown color: approx Bossanova. HEX triplet: 42, 39 and 44. RGB value is (66,57,68). Sum of RGB (Red+Green+Blue) = 66+57+68=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 68 - color contains mainly: blue. Hex color #423944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423944 is #BDC6BB. Grayscale: #3C3C3C. Windows color (decimal): -12437180 or 4471106. OLE color: 4471106.

HSL color Cylindrical-coordinate representation of color #423944: hue angle of 289.09º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #423944 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB665768-
CMYK0.030.1600.73
HSL289.09º8.8%24.51%-
HSV(B)289.09º16.18%26.67%-
XYZ4.754.56.09-
YUV60.94131.98131.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=34.55%
G=29.84%
B=35.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6657680.030.1600.73289.098.824.51
Hex423944310049121919
Octal1027110432001114411131
Binary10000101110011000100111000001001001100100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423944; }

 p { color: rgb(66,57,68); }

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

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

 a { background-color: rgb(66,57,68); }

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

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

 span { border-color: rgb(66,57,68); }

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