Html Css Color HEX #41252D Castro

📋 copy color: '#41252D'

red 65 ◦ green 37 ◦ blue 45

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

Shades of Castro #41252D

Tints of Castro #41252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 44.22%
G = 25.17%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41252D (or 0x41252D) is known color: Castro. HEX triplet: 41, 25 and 2D. RGB value is (65,37,45). Sum of RGB (Red+Green+Blue) = 65+37+45=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41252D is #BEDAD2. Grayscale: #2E2E2E. Windows color (decimal): -12507859 or 2958657. OLE color: 2958657.

HSL color Cylindrical-coordinate representation of color #41252D: hue angle of 342.86º 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 #41252D is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 37 45 -
CMYK 0 0.43 0.31 0.75
HSL 342.86º 0.27% 0.2% -
HSV(B) 342.86º 0.43% 0.25% -
XYZ 3.32 2.64 2.82 -
YUV 46.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 65 37 45 0 0.43 0.31 0.75 342.86 0.27 0.2
Hex 41 25 2D 0 2B 1F 4B 157 1B 14
Octal 101 45 55 0 53 37 113 527 33 24
Binary 1000001 100101 101101 0 101011 11111 1001011 101010111 11011 10100

Color Harmonies of #41252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41252D

Black with #41252D

Text Example


Text Example

White with #41252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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