Html Css Color HEX #40252F Castro

📋 copy color: '#40252F'

red 64 ◦ green 37 ◦ blue 47

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

Shades of Castro #40252F

Tints of Castro #40252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 43.24%
G = 25%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#40252F (or 0x40252F) is known color: Castro. HEX triplet: 40, 25 and 2F. RGB value is (64,37,47). Sum of RGB (Red+Green+Blue) = 64+37+47=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40252F is #BFDAD0. Grayscale: #2E2E2E. Windows color (decimal): -12573393 or 3089728. OLE color: 3089728.

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

Color convert

RGB 64 37 47 -
CMYK 0 0.42 0.27 0.75
HSL 337.78º 0.27% 0.2% -
HSV(B) 337.78º 0.42% 0.25% -
XYZ 3.29 2.62 3.02 -
YUV 46.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 64 37 47 0 0.42 0.27 0.75 337.78 0.27 0.2
Hex 40 25 2F 0 2A 1B 4B 152 1B 14
Octal 100 45 57 0 52 33 113 522 33 24
Binary 1000000 100101 101111 0 101010 11011 1001011 101010010 11011 10100

Color Harmonies of #40252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40252F

Black with #40252F

Text Example


Text Example

White with #40252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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