Html Css Color HEX #3B1D28 Castro

📋 copy color: '#3B1D28'

red 59 ◦ green 29 ◦ blue 40

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

Shades of Castro #3B1D28

Tints of Castro #3B1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.66%

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 46.09%
G = 22.66%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.77

RGB Variations

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

Color information

#3B1D28 (or 0x3B1D28) is known color: Castro. HEX triplet: 3B, 1D and 28. RGB value is (59,29,40). Sum of RGB (Red+Green+Blue) = 59+29+40=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D28 is #C4E2D7. Grayscale: #272727. Windows color (decimal): -12903128 or 2628923. OLE color: 2628923.

HSL color Cylindrical-coordinate representation of color #3B1D28: hue angle of 338º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B1D28 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 29 40 -
CMYK 0 0.51 0.32 0.77
HSL 338º 0.34% 0.17% -
HSV(B) 338º 0.51% 0.23% -
XYZ 2.63 1.96 2.25 -
YUV 39.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 59 29 40 0 0.51 0.32 0.77 338 0.34 0.17
Hex 3B 1D 28 0 33 20 4D 152 22 11
Octal 73 35 50 0 63 40 115 522 42 21
Binary 111011 11101 101000 0 110011 100000 1001101 101010010 100010 10001

Color Harmonies of #3B1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1D28

Black with #3B1D28

Text Example


Text Example

White with #3B1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,29,40); }

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

background-color css

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

 a { background-color: rgb(59,29,40); }

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

border-color css

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

 span { border-color: rgb(59,29,40); }

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