Html Css Color HEX #3B1A26 Castro

📋 copy color: '#3B1A26'

red 59 ◦ green 26 ◦ blue 38

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

Shades of Castro #3B1A26

Tints of Castro #3B1A26

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.14%

 BLUE value IS 38 (15.23% from 255) = 30.89%

R = 47.97%
G = 21.14%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.77

RGB Variations

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

Color information

#3B1A26 (or 0x3B1A26) is known color: Castro. HEX triplet: 3B, 1A and 26. RGB value is (59,26,38). Sum of RGB (Red+Green+Blue) = 59+26+38=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A26 is #C4E5D9. Grayscale: #252525. Windows color (decimal): -12903898 or 2497083. OLE color: 2497083.

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

Color convert

RGB 59 26 38 -
CMYK 0 0.56 0.36 0.77
HSL 338.18º 0.39% 0.17% -
HSV(B) 338.18º 0.56% 0.23% -
XYZ 2.52 1.81 2.05 -
YUV 37.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 59 26 38 0 0.56 0.36 0.77 338.18 0.39 0.17
Hex 3B 1A 26 0 38 24 4D 152 27 11
Octal 73 32 46 0 70 44 115 522 47 21
Binary 111011 11010 100110 0 111000 100100 1001101 101010010 100111 10001

Color Harmonies of #3B1A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1A26

Black with #3B1A26

Text Example


Text Example

White with #3B1A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,26,38); }

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

background-color css

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

 a { background-color: rgb(59,26,38); }

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

border-color css

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

 span { border-color: rgb(59,26,38); }

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