Html Css Color HEX #3B212A Castro

📋 copy color: '#3B212A'

red 59 ◦ green 33 ◦ blue 42

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

Shades of Castro #3B212A

Tints of Castro #3B212A

RGB

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

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

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

R = 44.03%
G = 24.63%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#3B212A (or 0x3B212A) is known color: Castro. HEX triplet: 3B, 21 and 2A. RGB value is (59,33,42). Sum of RGB (Red+Green+Blue) = 59+33+42=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B212A is #C4DED5. Grayscale: #292929. Windows color (decimal): -12902102 or 2761019. OLE color: 2761019.

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

Color convert

RGB 59 33 42 -
CMYK 0 0.44 0.29 0.77
HSL 339.23º 0.28% 0.18% -
HSV(B) 339.23º 0.44% 0.23% -
XYZ 2.77 2.18 2.47 -
YUV 41.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 59 33 42 0 0.44 0.29 0.77 339.23 0.28 0.18
Hex 3B 21 2A 0 2C 1D 4D 153 1C 12
Octal 73 41 52 0 54 35 115 523 34 22
Binary 111011 100001 101010 0 101100 11101 1001101 101010011 11100 10010

Color Harmonies of #3B212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B212A

Black with #3B212A

Text Example


Text Example

White with #3B212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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