Html Css Color HEX #41272E Castro

📋 copy color: '#41272E'

red 65 ◦ green 39 ◦ blue 46

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

Shades of Castro #41272E

Tints of Castro #41272E

RGB

 RED value IS 65 (25.78% from 255) = 43.33%

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

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

R = 43.33%
G = 26%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#41272E (or 0x41272E) is known color: Castro. HEX triplet: 41, 27 and 2E. RGB value is (65,39,46). Sum of RGB (Red+Green+Blue) = 65+39+46=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41272E is #BED8D1. Grayscale: #2F2F2F. Windows color (decimal): -12507346 or 3024705. OLE color: 3024705.

HSL color Cylindrical-coordinate representation of color #41272E: hue angle of 343.85º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41272E is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 46 -
CMYK 0 0.40 0.29 0.75
HSL 343.85º 0.25% 0.2% -
HSV(B) 343.85º 0.4% 0.25% -
XYZ 3.4 2.77 2.94 -
YUV 47.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 65 39 46 0 0.40 0.29 0.75 343.85 0.25 0.2
Hex 41 27 2E 0 28 1D 4B 158 19 14
Octal 101 47 56 0 50 35 113 530 31 24
Binary 1000001 100111 101110 0 101000 11101 1001011 101011000 11001 10100

Color Harmonies of #41272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41272E

Black with #41272E

Text Example


Text Example

White with #41272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,39,46); }

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

background-color css

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

 a { background-color: rgb(65,39,46); }

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

border-color css

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

 span { border-color: rgb(65,39,46); }

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