Html Css Color HEX #40202A Castro

📋 copy color: '#40202A'

red 64 ◦ green 32 ◦ blue 42

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

Shades of Castro #40202A

Tints of Castro #40202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.19%

 BLUE value IS 42 (16.8% from 255) = 30.43%

R = 46.38%
G = 23.19%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#40202A (or 0x40202A) is known color: Castro. HEX triplet: 40, 20 and 2A. RGB value is (64,32,42). Sum of RGB (Red+Green+Blue) = 64+32+42=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #40202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40202A is #BFDFD5. Grayscale: #2A2A2A. Windows color (decimal): -12574678 or 2760768. OLE color: 2760768.

HSL color Cylindrical-coordinate representation of color #40202A: hue angle of 341.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40202A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 32 42 -
CMYK 0 0.50 0.34 0.75
HSL 341.25º 0.33% 0.19% -
HSV(B) 341.25º 0.5% 0.25% -
XYZ 3.05 2.29 2.47 -
YUV 42.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 64 32 42 0 0.50 0.34 0.75 341.25 0.33 0.19
Hex 40 20 2A 0 32 22 4B 155 21 13
Octal 100 40 52 0 62 42 113 525 41 23
Binary 1000000 100000 101010 0 110010 100010 1001011 101010101 100001 10011

Color Harmonies of #40202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40202A

Black with #40202A

Text Example


Text Example

White with #40202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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