Html Css Color HEX #433B40 Voodoo

📋 copy color: '#433B40'

red 67 ◦ green 59 ◦ blue 64

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

Shades of Voodoo #433B40

Tints of Voodoo #433B40

RGB

 RED value IS 67 (26.56% from 255) = 35.26%

 GREEN value IS 59 (23.44% from 255) = 31.05%

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

R = 35.26%
G = 31.05%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#433B40 (or 0x433B40) is known color: Voodoo. HEX triplet: 43, 3B and 40. RGB value is (67,59,64). Sum of RGB (Red+Green+Blue) = 67+59+64=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 67 - color contains mainly: red. Hex color #433B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433B40 is #BCC4BF. Grayscale: #3D3D3D. Windows color (decimal): -12371136 or 4209475. OLE color: 4209475.

HSL color Cylindrical-coordinate representation of color #433B40: hue angle of 322.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #433B40 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 59 64 -
CMYK 0 0.12 0.04 0.74
HSL 322.5º 0.06% 0.25% -
HSV(B) 322.5º 0.12% 0.26% -
XYZ 4.8 4.69 5.5 -
YUV 61.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 67 59 64 0 0.12 0.04 0.74 322.5 0.06 0.25
Hex 43 3B 40 0 C 4 4A 142 6 19
Octal 103 73 100 0 14 4 112 502 6 31
Binary 1000011 111011 1000000 0 1100 100 1001010 101000010 110 11001

Color Harmonies of #433B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433B40

Black with #433B40

Text Example


Text Example

White with #433B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433B40; }

 p { color: rgb(67,59,64); }

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

background-color css

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

 a { background-color: rgb(67,59,64); }

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

border-color css

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

 span { border-color: rgb(67,59,64); }

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