Html Css Color HEX #3B222A Castro

📋 copy color: '#3B222A'

red 59 ◦ green 34 ◦ blue 42

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

Shades of Castro #3B222A

Tints of Castro #3B222A

RGB

 RED value IS 59 (23.44% from 255) = 43.7%

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

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 43.7%
G = 25.19%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#3B222A (or 0x3B222A) is known color: Castro. HEX triplet: 3B, 22 and 2A. RGB value is (59,34,42). Sum of RGB (Red+Green+Blue) = 59+34+42=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B222A is #C4DDD5. Grayscale: #2A2A2A. Windows color (decimal): -12901846 or 2761275. OLE color: 2761275.

HSL color Cylindrical-coordinate representation of color #3B222A: hue angle of 340.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B222A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 34 42 -
CMYK 0 0.42 0.29 0.77
HSL 340.8º 0.27% 0.18% -
HSV(B) 340.8º 0.42% 0.23% -
XYZ 2.79 2.24 2.48 -
YUV 42.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 59 34 42 0 0.42 0.29 0.77 340.8 0.27 0.18
Hex 3B 22 2A 0 2A 1D 4D 155 1B 12
Octal 73 42 52 0 52 35 115 525 33 22
Binary 111011 100010 101010 0 101010 11101 1001101 101010101 11011 10010

Color Harmonies of #3B222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B222A

Black with #3B222A

Text Example


Text Example

White with #3B222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B222A; }

 p { color: rgb(59,34,42); }

 H1.HeaderClassName
 {
   color: #3B222A;
 }
 .AnyTagClassName
 {
   color: #3B222A;
 }
</style>

background-color css

<style>
 a { background-color: #3B222A; }

 a { background-color: rgb(59,34,42); }

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

border-color css

<style>
 span { border-color: #3B222A; }

 span { border-color: rgb(59,34,42); }

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