Html Css Color HEX #41252E Castro

📋 copy color: '#41252E'

red 65 ◦ green 37 ◦ blue 46

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

Shades of Castro #41252E

Tints of Castro #41252E

RGB

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

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

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

R = 43.92%
G = 25%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#41252E (or 0x41252E) is known color: Castro. HEX triplet: 41, 25 and 2E. RGB value is (65,37,46). Sum of RGB (Red+Green+Blue) = 65+37+46=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41252E is #BEDAD1. Grayscale: #2E2E2E. Windows color (decimal): -12507858 or 3024193. OLE color: 3024193.

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

Color convert

RGB 65 37 46 -
CMYK 0 0.43 0.29 0.75
HSL 340.71º 0.27% 0.2% -
HSV(B) 340.71º 0.43% 0.25% -
XYZ 3.33 2.64 2.92 -
YUV 46.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 65 37 46 0 0.43 0.29 0.75 340.71 0.27 0.2
Hex 41 25 2E 0 2B 1D 4B 155 1B 14
Octal 101 45 56 0 53 35 113 525 33 24
Binary 1000001 100101 101110 0 101011 11101 1001011 101010101 11011 10100

Color Harmonies of #41252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41252E

Black with #41252E

Text Example


Text Example

White with #41252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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