Html Css Color HEX #401E2B Castro

📋 copy color: '#401E2B'

red 64 ◦ green 30 ◦ blue 43

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

Shades of Castro #401E2B

Tints of Castro #401E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.9%

 BLUE value IS 43 (17.19% from 255) = 31.39%

R = 46.72%
G = 21.9%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#401E2B (or 0x401E2B) is known color: Castro. HEX triplet: 40, 1E and 2B. RGB value is (64,30,43). Sum of RGB (Red+Green+Blue) = 64+30+43=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E2B is #BFE1D4. Grayscale: #292929. Windows color (decimal): -12575189 or 2825792. OLE color: 2825792.

HSL color Cylindrical-coordinate representation of color #401E2B: hue angle of 337.06º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E2B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 30 43 -
CMYK 0 0.53 0.33 0.75
HSL 337.06º 0.36% 0.18% -
HSV(B) 337.06º 0.53% 0.25% -
XYZ 3.01 2.19 2.55 -
YUV 41.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 64 30 43 0 0.53 0.33 0.75 337.06 0.36 0.18
Hex 40 1E 2B 0 35 21 4B 151 24 12
Octal 100 36 53 0 65 41 113 521 44 22
Binary 1000000 11110 101011 0 110101 100001 1001011 101010001 100100 10010

Color Harmonies of #401E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E2B

Black with #401E2B

Text Example


Text Example

White with #401E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E2B; }

 p { color: rgb(64,30,43); }

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

background-color css

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

 a { background-color: rgb(64,30,43); }

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

border-color css

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

 span { border-color: rgb(64,30,43); }

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