Html Css Color HEX #40252E Castro

📋 copy color: '#40252E'

red 64 ◦ green 37 ◦ blue 46

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

Shades of Castro #40252E

Tints of Castro #40252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.29%

R = 43.54%
G = 25.17%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#40252E (or 0x40252E) is known color: Castro. HEX triplet: 40, 25 and 2E. RGB value is (64,37,46). Sum of RGB (Red+Green+Blue) = 64+37+46=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40252E is #BFDAD1. Grayscale: #2E2E2E. Windows color (decimal): -12573394 or 3024192. OLE color: 3024192.

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

Color convert

RGB 64 37 46 -
CMYK 0 0.42 0.28 0.75
HSL 340º 0.27% 0.2% -
HSV(B) 340º 0.42% 0.25% -
XYZ 3.27 2.61 2.92 -
YUV 46.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 64 37 46 0 0.42 0.28 0.75 340 0.27 0.2
Hex 40 25 2E 0 2A 1C 4B 154 1B 14
Octal 100 45 56 0 52 34 113 524 33 24
Binary 1000000 100101 101110 0 101010 11100 1001011 101010100 11011 10100

Color Harmonies of #40252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40252E

Black with #40252E

Text Example


Text Example

White with #40252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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