Html Css Color HEX #41232D Castro

📋 copy color: '#41232D'

red 65 ◦ green 35 ◦ blue 45

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

Shades of Castro #41232D

Tints of Castro #41232D

RGB

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

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

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

R = 44.83%
G = 24.14%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41232D (or 0x41232D) is known color: Castro. HEX triplet: 41, 23 and 2D. RGB value is (65,35,45). Sum of RGB (Red+Green+Blue) = 65+35+45=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41232D is #BEDCD2. Grayscale: #2D2D2D. Windows color (decimal): -12508371 or 2958145. OLE color: 2958145.

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

Color convert

RGB 65 35 45 -
CMYK 0 0.46 0.31 0.75
HSL 340º 0.3% 0.2% -
HSV(B) 340º 0.46% 0.25% -
XYZ 3.25 2.52 2.8 -
YUV 45.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 65 35 45 0 0.46 0.31 0.75 340 0.3 0.2
Hex 41 23 2D 0 2E 1F 4B 154 1E 14
Octal 101 43 55 0 56 37 113 524 36 24
Binary 1000001 100011 101101 0 101110 11111 1001011 101010100 11110 10100

Color Harmonies of #41232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41232D

Black with #41232D

Text Example


Text Example

White with #41232D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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