#3A212A

Color #3A212A Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #3A212A

Tints of Castro #3A212A

Color information

#3A212A (or 0x3A212A) is unknown color: approx Castro. HEX triplet: 3A, 21 and 2A. RGB value is (58,33,42). Sum of RGB (Red+Green+Blue) = 58+33+42=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A212A is #C5DED5. Grayscale: #292929. Windows color (decimal): -12967638 or 2761018. OLE color: 2761018.

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

Color convert

RGB583342-
CMYK00.430.280.77
HSL338.4º27.47%17.84%-
HSV(B)338.4º43.1%22.75%-
XYZ2.712.152.46-
YUV41.5128.28139.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=43.61%
G=24.81%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58334200.430.280.77338.427.4717.84
Hex3A212A02B1C4D1521b12
Octal724152053341155223322
Binary11101010000110101001010111110010011011010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A212A;
 }
 .AnyTagClassName
 {
   color: #3A212A;
 }
</style>
background-color css

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

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

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

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

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

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