Html Css Color HEX #423345 Bossanova

📋 copy color: '#423345'

red 66 ◦ green 51 ◦ blue 69

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

Shades of Bossanova #423345

Tints of Bossanova #423345

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 35.48%
G = 27.42%
B = 37.1%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423345 (or 0x423345) is known color: Bossanova. HEX triplet: 42, 33 and 45. RGB value is (66,51,69). Sum of RGB (Red+Green+Blue) = 66+51+69=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 69 - color contains mainly: blue. Hex color #423345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423345 is #BDCCBA. Grayscale: #393939. Windows color (decimal): -12438715 or 4535106. OLE color: 4535106.

HSL color Cylindrical-coordinate representation of color #423345: hue angle of 290º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #423345 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 51 69 -
CMYK 0.04 0.26 0 0.73
HSL 290º 0.15% 0.24% -
HSV(B) 290º 0.26% 0.27% -
XYZ 4.5 3.96 6.16 -
YUV 57.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 66 51 69 0.04 0.26 0 0.73 290 0.15 0.24
Hex 42 33 45 4 1A 0 49 122 F 18
Octal 102 63 105 4 32 0 111 442 17 30
Binary 1000010 110011 1000101 100 11010 0 1001001 100100010 1111 11000

Color Harmonies of #423345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423345

Black with #423345

Text Example


Text Example

White with #423345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423345; }

 p { color: rgb(66,51,69); }

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

background-color css

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

 a { background-color: rgb(66,51,69); }

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

border-color css

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

 span { border-color: rgb(66,51,69); }

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