Html Css Color HEX #3B292F Castro

📋 copy color: '#3B292F'

red 59 ◦ green 41 ◦ blue 47

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

Shades of Castro #3B292F

Tints of Castro #3B292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

 BLUE value IS 47 (18.75% from 255) = 31.97%

R = 40.14%
G = 27.89%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.77

RGB Variations

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

Color information

#3B292F (or 0x3B292F) is known color: Castro. HEX triplet: 3B, 29 and 2F. RGB value is (59,41,47). Sum of RGB (Red+Green+Blue) = 59+41+47=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B292F is #C4D6D0. Grayscale: #2F2F2F. Windows color (decimal): -12900049 or 3090747. OLE color: 3090747.

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

Color convert

RGB 59 41 47 -
CMYK 0 0.31 0.20 0.77
HSL 340º 0.18% 0.2% -
HSV(B) 340º 0.31% 0.23% -
XYZ 3.11 2.72 3.05 -
YUV 47.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 59 41 47 0 0.31 0.20 0.77 340 0.18 0.2
Hex 3B 29 2F 0 1F 14 4D 154 12 14
Octal 73 51 57 0 37 24 115 524 22 24
Binary 111011 101001 101111 0 11111 10100 1001101 101010100 10010 10100

Color Harmonies of #3B292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B292F

Black with #3B292F

Text Example


Text Example

White with #3B292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,41,47); }

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

background-color css

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

 a { background-color: rgb(59,41,47); }

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

border-color css

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

 span { border-color: rgb(59,41,47); }

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