Html Css Color HEX #41212E Castro

📋 copy color: '#41212E'

red 65 ◦ green 33 ◦ blue 46

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

Shades of Castro #41212E

Tints of Castro #41212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 45.14%
G = 22.92%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#41212E (or 0x41212E) is known color: Castro. HEX triplet: 41, 21 and 2E. RGB value is (65,33,46). Sum of RGB (Red+Green+Blue) = 65+33+46=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41212E is #BEDED1. Grayscale: #2C2C2C. Windows color (decimal): -12508882 or 3023169. OLE color: 3023169.

HSL color Cylindrical-coordinate representation of color #41212E: hue angle of 335.62º 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 #41212E is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 33 46 -
CMYK 0 0.49 0.29 0.75
HSL 335.63º 0.33% 0.19% -
HSV(B) 335.63º 0.49% 0.25% -
XYZ 3.22 2.41 2.88 -
YUV 44.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 65 33 46 0 0.49 0.29 0.75 335.63 0.33 0.19
Hex 41 21 2E 0 31 1D 4B 150 21 13
Octal 101 41 56 0 61 35 113 520 41 23
Binary 1000001 100001 101110 0 110001 11101 1001011 101010000 100001 10011

Color Harmonies of #41212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41212E

Black with #41212E

Text Example


Text Example

White with #41212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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