Html Css Color HEX #40212C Castro

📋 copy color: '#40212C'

red 64 ◦ green 33 ◦ blue 44

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

Shades of Castro #40212C

Tints of Castro #40212C

RGB

 RED value IS 64 (25.39% from 255) = 45.39%

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

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

R = 45.39%
G = 23.4%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#40212C (or 0x40212C) is known color: Castro. HEX triplet: 40, 21 and 2C. RGB value is (64,33,44). Sum of RGB (Red+Green+Blue) = 64+33+44=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40212C is #BFDED3. Grayscale: #2B2B2B. Windows color (decimal): -12574420 or 2892096. OLE color: 2892096.

HSL color Cylindrical-coordinate representation of color #40212C: hue angle of 338.71º degrees, saturation: 0.32, 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 #40212C is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 33 44 -
CMYK 0 0.48 0.31 0.75
HSL 338.71º 0.32% 0.19% -
HSV(B) 338.71º 0.48% 0.25% -
XYZ 3.11 2.36 2.67 -
YUV 43.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 64 33 44 0 0.48 0.31 0.75 338.71 0.32 0.19
Hex 40 21 2C 0 30 1F 4B 153 20 13
Octal 100 41 54 0 60 37 113 523 40 23
Binary 1000000 100001 101100 0 110000 11111 1001011 101010011 100000 10011

Color Harmonies of #40212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40212C

Black with #40212C

Text Example


Text Example

White with #40212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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