Html Css Color HEX #40252C Castro

📋 copy color: '#40252C'

red 64 ◦ green 37 ◦ blue 44

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

Shades of Castro #40252C

Tints of Castro #40252C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 44.14%
G = 25.52%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#40252C (or 0x40252C) is known color: Castro. HEX triplet: 40, 25 and 2C. RGB value is (64,37,44). Sum of RGB (Red+Green+Blue) = 64+37+44=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40252C is #BFDAD3. Grayscale: #2D2D2D. Windows color (decimal): -12573396 or 2893120. OLE color: 2893120.

HSL color Cylindrical-coordinate representation of color #40252C: hue angle of 344.44º 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 #40252C is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 37 44 -
CMYK 0 0.42 0.31 0.75
HSL 344.44º 0.27% 0.2% -
HSV(B) 344.44º 0.42% 0.25% -
XYZ 3.23 2.59 2.71 -
YUV 45.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 64 37 44 0 0.42 0.31 0.75 344.44 0.27 0.2
Hex 40 25 2C 0 2A 1F 4B 158 1B 14
Octal 100 45 54 0 52 37 113 530 33 24
Binary 1000000 100101 101100 0 101010 11111 1001011 101011000 11011 10100

Color Harmonies of #40252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40252C

Black with #40252C

Text Example


Text Example

White with #40252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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