Html Css Color HEX #402A30 Castro

📋 copy color: '#402A30'

red 64 ◦ green 42 ◦ blue 48

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

Shades of Castro #402A30

Tints of Castro #402A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.27%

 BLUE value IS 48 (19.14% from 255) = 31.17%

R = 41.56%
G = 27.27%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#402A30 (or 0x402A30) is known color: Castro. HEX triplet: 40, 2A and 30. RGB value is (64,42,48). Sum of RGB (Red+Green+Blue) = 64+42+48=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #402A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A30 is #BFD5CF. Grayscale: #313131. Windows color (decimal): -12572112 or 3156544. OLE color: 3156544.

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

Color convert

RGB 64 42 48 -
CMYK 0 0.34 0.25 0.75
HSL 343.64º 0.21% 0.21% -
HSV(B) 343.64º 0.34% 0.25% -
XYZ 3.48 2.96 3.18 -
YUV 49.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 64 42 48 0 0.34 0.25 0.75 343.64 0.21 0.21
Hex 40 2A 30 0 22 19 4B 158 15 15
Octal 100 52 60 0 42 31 113 530 25 25
Binary 1000000 101010 110000 0 100010 11001 1001011 101011000 10101 10101

Color Harmonies of #402A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A30

Black with #402A30

Text Example


Text Example

White with #402A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,42,48); }

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

background-color css

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

 a { background-color: rgb(64,42,48); }

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

border-color css

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

 span { border-color: rgb(64,42,48); }

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