Html Css Color HEX #41292F Castro

📋 copy color: '#41292F'

red 65 ◦ green 41 ◦ blue 47

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

Shades of Castro #41292F

Tints of Castro #41292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.8%

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

R = 42.48%
G = 26.8%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41292F (or 0x41292F) is known color: Castro. HEX triplet: 41, 29 and 2F. RGB value is (65,41,47). Sum of RGB (Red+Green+Blue) = 65+41+47=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #41292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41292F is #BED6D0. Grayscale: #303030. Windows color (decimal): -12506833 or 3090753. OLE color: 3090753.

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

Color convert

RGB 65 41 47 -
CMYK 0 0.37 0.28 0.75
HSL 345º 0.23% 0.21% -
HSV(B) 345º 0.37% 0.25% -
XYZ 3.49 2.91 3.07 -
YUV 48.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 65 41 47 0 0.37 0.28 0.75 345 0.23 0.21
Hex 41 29 2F 0 25 1C 4B 159 17 15
Octal 101 51 57 0 45 34 113 531 27 25
Binary 1000001 101001 101111 0 100101 11100 1001011 101011001 10111 10101

Color Harmonies of #41292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41292F

Black with #41292F

Text Example


Text Example

White with #41292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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