Html Css Color HEX #423D43 Bossanova

📋 copy color: '#423D43'

red 66 ◦ green 61 ◦ blue 67

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

Shades of Bossanova #423D43

Tints of Bossanova #423D43

RGB

 RED value IS 66 (26.17% from 255) = 34.02%

 GREEN value IS 61 (24.22% from 255) = 31.44%

 BLUE value IS 67 (26.56% from 255) = 34.54%

R = 34.02%
G = 31.44%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#423D43 (or 0x423D43) is known color: Bossanova. HEX triplet: 42, 3D and 43. RGB value is (66,61,67). Sum of RGB (Red+Green+Blue) = 66+61+67=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 67 - color contains mainly: blue. Hex color #423D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D43 is #BDC2BC. Grayscale: #3F3F3F. Windows color (decimal): -12436157 or 4406594. OLE color: 4406594.

HSL color Cylindrical-coordinate representation of color #423D43: hue angle of 290º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #423D43 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 61 67 -
CMYK 0.01 0.09 0 0.74
HSL 290º 0.05% 0.25% -
HSV(B) 290º 0.09% 0.26% -
XYZ 4.93 4.9 6 -
YUV 63.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 66 61 67 0.01 0.09 0 0.74 290 0.05 0.25
Hex 42 3D 43 1 9 0 4A 122 5 19
Octal 102 75 103 1 11 0 112 442 5 31
Binary 1000010 111101 1000011 1 1001 0 1001010 100100010 101 11001

Color Harmonies of #423D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D43

Black with #423D43

Text Example


Text Example

White with #423D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D43; }

 p { color: rgb(66,61,67); }

 H1.HeaderClassName
 {
   color: #423D43;
 }
 .AnyTagClassName
 {
   color: #423D43;
 }
</style>

background-color css

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

 a { background-color: rgb(66,61,67); }

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

border-color css

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

 span { border-color: rgb(66,61,67); }

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