Html Css Color HEX #402C33 Castro

📋 copy color: '#402C33'

red 64 ◦ green 44 ◦ blue 51

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

Shades of Castro #402C33

Tints of Castro #402C33

RGB

 RED value IS 64 (25.39% from 255) = 40.25%

 GREEN value IS 44 (17.58% from 255) = 27.67%

 BLUE value IS 51 (20.31% from 255) = 32.08%

R = 40.25%
G = 27.67%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#402C33 (or 0x402C33) is known color: Castro. HEX triplet: 40, 2C and 33. RGB value is (64,44,51). Sum of RGB (Red+Green+Blue) = 64+44+51=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #402C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C33 is #BFD3CC. Grayscale: #323232. Windows color (decimal): -12571597 or 3353664. OLE color: 3353664.

HSL color Cylindrical-coordinate representation of color #402C33: hue angle of 339º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #402C33 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 44 51 -
CMYK 0 0.31 0.20 0.75
HSL 339º 0.19% 0.21% -
HSV(B) 339º 0.31% 0.25% -
XYZ 3.61 3.13 3.55 -
YUV 50.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 64 44 51 0 0.31 0.20 0.75 339 0.19 0.21
Hex 40 2C 33 0 1F 14 4B 153 13 15
Octal 100 54 63 0 37 24 113 523 23 25
Binary 1000000 101100 110011 0 11111 10100 1001011 101010011 10011 10101

Color Harmonies of #402C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C33

Black with #402C33

Text Example


Text Example

White with #402C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C33; }

 p { color: rgb(64,44,51); }

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

background-color css

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

 a { background-color: rgb(64,44,51); }

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

border-color css

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

 span { border-color: rgb(64,44,51); }

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