Html Css Color HEX #40222B Castro

📋 copy color: '#40222B'

red 64 ◦ green 34 ◦ blue 43

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

Shades of Castro #40222B

Tints of Castro #40222B

RGB

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

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

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

R = 45.39%
G = 24.11%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#40222B (or 0x40222B) is known color: Castro. HEX triplet: 40, 22 and 2B. RGB value is (64,34,43). Sum of RGB (Red+Green+Blue) = 64+34+43=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40222B is #BFDDD4. Grayscale: #2B2B2B. Windows color (decimal): -12574165 or 2826816. OLE color: 2826816.

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

Color convert

RGB 64 34 43 -
CMYK 0 0.47 0.33 0.75
HSL 342º 0.31% 0.19% -
HSV(B) 342º 0.47% 0.25% -
XYZ 3.12 2.41 2.59 -
YUV 44 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 64 34 43 0 0.47 0.33 0.75 342 0.31 0.19
Hex 40 22 2B 0 2F 21 4B 156 1F 13
Octal 100 42 53 0 57 41 113 526 37 23
Binary 1000000 100010 101011 0 101111 100001 1001011 101010110 11111 10011

Color Harmonies of #40222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40222B

Black with #40222B

Text Example


Text Example

White with #40222B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,34,43); }

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

background-color css

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

 a { background-color: rgb(64,34,43); }

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

border-color css

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

 span { border-color: rgb(64,34,43); }

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