Html Css Color HEX #3B232C Castro

📋 copy color: '#3B232C'

red 59 ◦ green 35 ◦ blue 44

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

Shades of Castro #3B232C

Tints of Castro #3B232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

 BLUE value IS 44 (17.58% from 255) = 31.88%

R = 42.75%
G = 25.36%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.77

RGB Variations

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

Color information

#3B232C (or 0x3B232C) is known color: Castro. HEX triplet: 3B, 23 and 2C. RGB value is (59,35,44). Sum of RGB (Red+Green+Blue) = 59+35+44=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B232C is #C4DCD3. Grayscale: #2B2B2B. Windows color (decimal): -12901588 or 2892603. OLE color: 2892603.

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

Color convert

RGB 59 35 44 -
CMYK 0 0.41 0.25 0.77
HSL 337.5º 0.26% 0.18% -
HSV(B) 337.5º 0.41% 0.23% -
XYZ 2.86 2.31 2.68 -
YUV 43.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 59 35 44 0 0.41 0.25 0.77 337.5 0.26 0.18
Hex 3B 23 2C 0 29 19 4D 152 1A 12
Octal 73 43 54 0 51 31 115 522 32 22
Binary 111011 100011 101100 0 101001 11001 1001101 101010010 11010 10010

Color Harmonies of #3B232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B232C

Black with #3B232C

Text Example


Text Example

White with #3B232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,35,44); }

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

background-color css

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

 a { background-color: rgb(59,35,44); }

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

border-color css

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

 span { border-color: rgb(59,35,44); }

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