Html Css Color HEX #41242F Castro

📋 copy color: '#41242F'

red 65 ◦ green 36 ◦ blue 47

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

Shades of Castro #41242F

Tints of Castro #41242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.32%

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

R = 43.92%
G = 24.32%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41242F (or 0x41242F) is known color: Castro. HEX triplet: 41, 24 and 2F. RGB value is (65,36,47). Sum of RGB (Red+Green+Blue) = 65+36+47=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 36 (14.45% from 255 or 24.32% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41242F is #BEDBD0. Grayscale: #2D2D2D. Windows color (decimal): -12508113 or 3089473. OLE color: 3089473.

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

Color convert

RGB 65 36 47 -
CMYK 0 0.45 0.28 0.75
HSL 337.24º 0.29% 0.2% -
HSV(B) 337.24º 0.45% 0.25% -
XYZ 3.32 2.59 3.01 -
YUV 45.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 65 36 47 0 0.45 0.28 0.75 337.24 0.29 0.2
Hex 41 24 2F 0 2D 1C 4B 151 1D 14
Octal 101 44 57 0 55 34 113 521 35 24
Binary 1000001 100100 101111 0 101101 11100 1001011 101010001 11101 10100

Color Harmonies of #41242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41242F

Black with #41242F

Text Example


Text Example

White with #41242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,36,47); }

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

background-color css

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

 a { background-color: rgb(65,36,47); }

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

border-color css

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

 span { border-color: rgb(65,36,47); }

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