Html Css Color HEX #3B242B Castro

📋 copy color: '#3B242B'

red 59 ◦ green 36 ◦ blue 43

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

Shades of Castro #3B242B

Tints of Castro #3B242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.09%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 42.75%
G = 26.09%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#3B242B (or 0x3B242B) is known color: Castro. HEX triplet: 3B, 24 and 2B. RGB value is (59,36,43). Sum of RGB (Red+Green+Blue) = 59+36+43=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B242B is #C4DBD4. Grayscale: #2B2B2B. Windows color (decimal): -12901333 or 2827323. OLE color: 2827323.

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

Color convert

RGB 59 36 43 -
CMYK 0 0.39 0.27 0.77
HSL 341.74º 0.24% 0.19% -
HSV(B) 341.74º 0.39% 0.23% -
XYZ 2.87 2.37 2.59 -
YUV 43.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 59 36 43 0 0.39 0.27 0.77 341.74 0.24 0.19
Hex 3B 24 2B 0 27 1B 4D 156 18 13
Octal 73 44 53 0 47 33 115 526 30 23
Binary 111011 100100 101011 0 100111 11011 1001101 101010110 11000 10011

Color Harmonies of #3B242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B242B

Black with #3B242B

Text Example


Text Example

White with #3B242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,36,43); }

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

background-color css

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

 a { background-color: rgb(59,36,43); }

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

border-color css

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

 span { border-color: rgb(59,36,43); }

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