Html Css Color HEX #41232C Castro

📋 copy color: '#41232C'

red 65 ◦ green 35 ◦ blue 44

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

Shades of Castro #41232C

Tints of Castro #41232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.56%

R = 45.14%
G = 24.31%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41232C (or 0x41232C) is known color: Castro. HEX triplet: 41, 23 and 2C. RGB value is (65,35,44). Sum of RGB (Red+Green+Blue) = 65+35+44=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41232C is #BEDCD3. Grayscale: #2C2C2C. Windows color (decimal): -12508372 or 2892609. OLE color: 2892609.

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

Color convert

RGB 65 35 44 -
CMYK 0 0.46 0.32 0.75
HSL 342º 0.3% 0.2% -
HSV(B) 342º 0.46% 0.25% -
XYZ 3.24 2.51 2.7 -
YUV 45 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 65 35 44 0 0.46 0.32 0.75 342 0.3 0.2
Hex 41 23 2C 0 2E 20 4B 156 1E 14
Octal 101 43 54 0 56 40 113 526 36 24
Binary 1000001 100011 101100 0 101110 100000 1001011 101010110 11110 10100

Color Harmonies of #41232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41232C

Black with #41232C

Text Example


Text Example

White with #41232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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