Html Css Color HEX #41222F Castro

📋 copy color: '#41222F'

red 65 ◦ green 34 ◦ blue 47

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

Shades of Castro #41222F

Tints of Castro #41222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.29%

 BLUE value IS 47 (18.75% from 255) = 32.19%

R = 44.52%
G = 23.29%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41222F (or 0x41222F) is known color: Castro. HEX triplet: 41, 22 and 2F. RGB value is (65,34,47). Sum of RGB (Red+Green+Blue) = 65+34+47=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41222F is #BEDDD0. Grayscale: #2C2C2C. Windows color (decimal): -12508625 or 3088961. OLE color: 3088961.

HSL color Cylindrical-coordinate representation of color #41222F: hue angle of 334.84º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41222F is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 34 47 -
CMYK 0 0.48 0.28 0.75
HSL 334.84º 0.31% 0.19% -
HSV(B) 334.84º 0.48% 0.25% -
XYZ 3.27 2.47 2.99 -
YUV 44.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 65 34 47 0 0.48 0.28 0.75 334.84 0.31 0.19
Hex 41 22 2F 0 30 1C 4B 14F 1F 13
Octal 101 42 57 0 60 34 113 517 37 23
Binary 1000001 100010 101111 0 110000 11100 1001011 101001111 11111 10011

Color Harmonies of #41222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41222F

Black with #41222F

Text Example


Text Example

White with #41222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41222F; }

 p { color: rgb(65,34,47); }

 H1.HeaderClassName
 {
   color: #41222F;
 }
 .AnyTagClassName
 {
   color: #41222F;
 }
</style>

background-color css

<style>
 a { background-color: #41222F; }

 a { background-color: rgb(65,34,47); }

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

border-color css

<style>
 span { border-color: #41222F; }

 span { border-color: rgb(65,34,47); }

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