Html Css Color HEX #41212B Castro

📋 copy color: '#41212B'

red 65 ◦ green 33 ◦ blue 43

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

Shades of Castro #41212B

Tints of Castro #41212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 46.1%
G = 23.4%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#41212B (or 0x41212B) is known color: Castro. HEX triplet: 41, 21 and 2B. RGB value is (65,33,43). Sum of RGB (Red+Green+Blue) = 65+33+43=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41212B is #BEDED4. Grayscale: #2B2B2B. Windows color (decimal): -12508885 or 2826561. OLE color: 2826561.

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

Color convert

RGB 65 33 43 -
CMYK 0 0.49 0.34 0.75
HSL 341.25º 0.33% 0.19% -
HSV(B) 341.25º 0.49% 0.25% -
XYZ 3.16 2.39 2.58 -
YUV 43.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 65 33 43 0 0.49 0.34 0.75 341.25 0.33 0.19
Hex 41 21 2B 0 31 22 4B 155 21 13
Octal 101 41 53 0 61 42 113 525 41 23
Binary 1000001 100001 101011 0 110001 100010 1001011 101010101 100001 10011

Color Harmonies of #41212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41212B

Black with #41212B

Text Example


Text Example

White with #41212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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