Html Css Color HEX #3B3438 Barossa

📋 copy color: '#3B3438'

red 59 ◦ green 52 ◦ blue 56

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

Shades of Barossa #3B3438

Tints of Barossa #3B3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.14%

 BLUE value IS 56 (22.27% from 255) = 33.53%

R = 35.33%
G = 31.14%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3B3438 (or 0x3B3438) is known color: Barossa. HEX triplet: 3B, 34 and 38. RGB value is (59,52,56). Sum of RGB (Red+Green+Blue) = 59+52+56=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3438 is #C4CBC7. Grayscale: #363636. Windows color (decimal): -12897224 or 3683387. OLE color: 3683387.

HSL color Cylindrical-coordinate representation of color #3B3438: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B3438 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 52 56 -
CMYK 0 0.12 0.05 0.77
HSL 325.71º 0.06% 0.22% -
HSV(B) 325.71º 0.12% 0.23% -
XYZ 3.75 3.67 4.25 -
YUV 54.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 59 52 56 0 0.12 0.05 0.77 325.71 0.06 0.22
Hex 3B 34 38 0 C 5 4D 146 6 16
Octal 73 64 70 0 14 5 115 506 6 26
Binary 111011 110100 111000 0 1100 101 1001101 101000110 110 10110

Color Harmonies of #3B3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3438

Black with #3B3438

Text Example


Text Example

White with #3B3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,52,56); }

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

background-color css

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

 a { background-color: rgb(59,52,56); }

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

border-color css

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

 span { border-color: rgb(59,52,56); }

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