Html Css Color HEX #41212C Castro

📋 copy color: '#41212C'

red 65 ◦ green 33 ◦ blue 44

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

Shades of Castro #41212C

Tints of Castro #41212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

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

R = 45.77%
G = 23.24%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41212C (or 0x41212C) is known color: Castro. HEX triplet: 41, 21 and 2C. RGB value is (65,33,44). Sum of RGB (Red+Green+Blue) = 65+33+44=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41212C is #BEDED3. Grayscale: #2B2B2B. Windows color (decimal): -12508884 or 2892097. OLE color: 2892097.

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

Color convert

RGB 65 33 44 -
CMYK 0 0.49 0.32 0.75
HSL 339.38º 0.33% 0.19% -
HSV(B) 339.38º 0.49% 0.25% -
XYZ 3.18 2.39 2.68 -
YUV 43.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 65 33 44 0 0.49 0.32 0.75 339.38 0.33 0.19
Hex 41 21 2C 0 31 20 4B 153 21 13
Octal 101 41 54 0 61 40 113 523 41 23
Binary 1000001 100001 101100 0 110001 100000 1001011 101010011 100001 10011

Color Harmonies of #41212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41212C

Black with #41212C

Text Example


Text Example

White with #41212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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