Html Css Color HEX #40232D Castro

📋 copy color: '#40232D'

red 64 ◦ green 35 ◦ blue 45

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

Shades of Castro #40232D

Tints of Castro #40232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

 BLUE value IS 45 (17.97% from 255) = 31.25%

R = 44.44%
G = 24.31%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#40232D (or 0x40232D) is known color: Castro. HEX triplet: 40, 23 and 2D. RGB value is (64,35,45). Sum of RGB (Red+Green+Blue) = 64+35+45=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #40232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40232D is #BFDCD2. Grayscale: #2C2C2C. Windows color (decimal): -12573907 or 2958144. OLE color: 2958144.

HSL color Cylindrical-coordinate representation of color #40232D: hue angle of 339.31º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40232D is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 35 45 -
CMYK 0 0.45 0.30 0.75
HSL 339.31º 0.29% 0.19% -
HSV(B) 339.31º 0.45% 0.25% -
XYZ 3.19 2.48 2.79 -
YUV 44.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 64 35 45 0 0.45 0.30 0.75 339.31 0.29 0.19
Hex 40 23 2D 0 2D 1E 4B 153 1D 13
Octal 100 43 55 0 55 36 113 523 35 23
Binary 1000000 100011 101101 0 101101 11110 1001011 101010011 11101 10011

Color Harmonies of #40232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40232D

Black with #40232D

Text Example


Text Example

White with #40232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40232D; }

 p { color: rgb(64,35,45); }

 H1.HeaderClassName
 {
   color: #40232D;
 }
 .AnyTagClassName
 {
   color: #40232D;
 }
</style>

background-color css

<style>
 a { background-color: #40232D; }

 a { background-color: rgb(64,35,45); }

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

border-color css

<style>
 span { border-color: #40232D; }

 span { border-color: rgb(64,35,45); }

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