Html Css Color HEX #423944 Bossanova

📋 copy color: '#423944'

red 66 ◦ green 57 ◦ blue 68

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

Shades of Bossanova #423944

Tints of Bossanova #423944

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.6%

R = 34.55%
G = 29.84%
B = 35.6%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423944 (or 0x423944) is known color: 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

RGB 66 57 68 -
CMYK 0.03 0.16 0 0.73
HSL 289.09º 0.09% 0.25% -
HSV(B) 289.09º 0.16% 0.27% -
XYZ 4.75 4.5 6.09 -
YUV 60.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 66 57 68 0.03 0.16 0 0.73 289.09 0.09 0.25
Hex 42 39 44 3 10 0 49 121 9 19
Octal 102 71 104 3 20 0 111 441 11 31
Binary 1000010 111001 1000100 11 10000 0 1001001 100100001 1001 11001

Color Harmonies of #423944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423944

Black with #423944

Text Example


Text Example

White with #423944

Text Example


Text Example

HTML Codes & Css Web 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>