Html Css Color HEX #423740 Voodoo

📋 copy color: '#423740'

red 66 ◦ green 55 ◦ blue 64

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

Shades of Voodoo #423740

Tints of Voodoo #423740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.73%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 35.68%
G = 29.73%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#423740 (or 0x423740) is known color: Voodoo. HEX triplet: 42, 37 and 40. RGB value is (66,55,64). Sum of RGB (Red+Green+Blue) = 66+55+64=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 66 - color contains mainly: red. Hex color #423740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423740 is #BDC8BF. Grayscale: #3B3B3B. Windows color (decimal): -12437696 or 4208450. OLE color: 4208450.

HSL color Cylindrical-coordinate representation of color #423740: hue angle of 310.91º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #423740 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 55 64 -
CMYK 0 0.17 0.03 0.74
HSL 310.91º 0.09% 0.24% -
HSV(B) 310.91º 0.17% 0.26% -
XYZ 4.54 4.26 5.43 -
YUV 59.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 66 55 64 0 0.17 0.03 0.74 310.91 0.09 0.24
Hex 42 37 40 0 11 3 4A 137 9 18
Octal 102 67 100 0 21 3 112 467 11 30
Binary 1000010 110111 1000000 0 10001 11 1001010 100110111 1001 11000

Color Harmonies of #423740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423740

Black with #423740

Text Example


Text Example

White with #423740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423740; }

 p { color: rgb(66,55,64); }

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

background-color css

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

 a { background-color: rgb(66,55,64); }

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

border-color css

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

 span { border-color: rgb(66,55,64); }

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