Html Css Color HEX #41232F Castro

📋 copy color: '#41232F'

red 65 ◦ green 35 ◦ blue 47

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

Shades of Castro #41232F

Tints of Castro #41232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.81%

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

R = 44.22%
G = 23.81%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41232F (or 0x41232F) is known color: Castro. HEX triplet: 41, 23 and 2F. RGB value is (65,35,47). Sum of RGB (Red+Green+Blue) = 65+35+47=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41232F is #BEDCD0. Grayscale: #2D2D2D. Windows color (decimal): -12508369 or 3089217. OLE color: 3089217.

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

Color convert

RGB 65 35 47 -
CMYK 0 0.46 0.28 0.75
HSL 336º 0.3% 0.2% -
HSV(B) 336º 0.46% 0.25% -
XYZ 3.29 2.53 3 -
YUV 45.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 65 35 47 0 0.46 0.28 0.75 336 0.3 0.2
Hex 41 23 2F 0 2E 1C 4B 150 1E 14
Octal 101 43 57 0 56 34 113 520 36 24
Binary 1000001 100011 101111 0 101110 11100 1001011 101010000 11110 10100

Color Harmonies of #41232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41232F

Black with #41232F

Text Example


Text Example

White with #41232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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