Html Css Color HEX #40272F Castro

📋 copy color: '#40272F'

red 64 ◦ green 39 ◦ blue 47

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

Shades of Castro #40272F

Tints of Castro #40272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26%

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

R = 42.67%
G = 26%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#40272F (or 0x40272F) is known color: Castro. HEX triplet: 40, 27 and 2F. RGB value is (64,39,47). Sum of RGB (Red+Green+Blue) = 64+39+47=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #40272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40272F is #BFD8D0. Grayscale: #2F2F2F. Windows color (decimal): -12572881 or 3090240. OLE color: 3090240.

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

Color convert

RGB 64 39 47 -
CMYK 0 0.39 0.27 0.75
HSL 340.8º 0.24% 0.2% -
HSV(B) 340.8º 0.39% 0.25% -
XYZ 3.35 2.75 3.04 -
YUV 47.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 64 39 47 0 0.39 0.27 0.75 340.8 0.24 0.2
Hex 40 27 2F 0 27 1B 4B 155 18 14
Octal 100 47 57 0 47 33 113 525 30 24
Binary 1000000 100111 101111 0 100111 11011 1001011 101010101 11000 10100

Color Harmonies of #40272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40272F

Black with #40272F

Text Example


Text Example

White with #40272F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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