Html Css Color HEX #41202C Castro

📋 copy color: '#41202C'

red 65 ◦ green 32 ◦ blue 44

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

Shades of Castro #41202C

Tints of Castro #41202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.7%

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

R = 46.1%
G = 22.7%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41202C (or 0x41202C) is known color: Castro. HEX triplet: 41, 20 and 2C. RGB value is (65,32,44). Sum of RGB (Red+Green+Blue) = 65+32+44=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41202C is #BEDFD3. Grayscale: #2B2B2B. Windows color (decimal): -12509140 or 2891841. OLE color: 2891841.

HSL color Cylindrical-coordinate representation of color #41202C: hue angle of 338.18º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41202C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 32 44 -
CMYK 0 0.51 0.32 0.75
HSL 338.18º 0.34% 0.19% -
HSV(B) 338.18º 0.51% 0.25% -
XYZ 3.15 2.34 2.67 -
YUV 43.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 65 32 44 0 0.51 0.32 0.75 338.18 0.34 0.19
Hex 41 20 2C 0 33 20 4B 152 22 13
Octal 101 40 54 0 63 40 113 522 42 23
Binary 1000001 100000 101100 0 110011 100000 1001011 101010010 100010 10011

Color Harmonies of #41202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41202C

Black with #41202C

Text Example


Text Example

White with #41202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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