Html Css Color HEX #40252D Castro

📋 copy color: '#40252D'

red 64 ◦ green 37 ◦ blue 45

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

Shades of Castro #40252D

Tints of Castro #40252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

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

R = 43.84%
G = 25.34%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#40252D (or 0x40252D) is known color: Castro. HEX triplet: 40, 25 and 2D. RGB value is (64,37,45). Sum of RGB (Red+Green+Blue) = 64+37+45=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40252D is #BFDAD2. Grayscale: #2D2D2D. Windows color (decimal): -12573395 or 2958656. OLE color: 2958656.

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

Color convert

RGB 64 37 45 -
CMYK 0 0.42 0.30 0.75
HSL 342.22º 0.27% 0.2% -
HSV(B) 342.22º 0.42% 0.25% -
XYZ 3.25 2.6 2.81 -
YUV 45.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 64 37 45 0 0.42 0.30 0.75 342.22 0.27 0.2
Hex 40 25 2D 0 2A 1E 4B 156 1B 14
Octal 100 45 55 0 52 36 113 526 33 24
Binary 1000000 100101 101101 0 101010 11110 1001011 101010110 11011 10100

Color Harmonies of #40252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40252D

Black with #40252D

Text Example


Text Example

White with #40252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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