Html Css Color HEX #3D3437 Barossa

📋 copy color: '#3D3437'

red 61 ◦ green 52 ◦ blue 55

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

Shades of Barossa #3D3437

Tints of Barossa #3D3437

RGB

 RED value IS 61 (24.22% from 255) = 36.31%

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

 BLUE value IS 55 (21.88% from 255) = 32.74%

R = 36.31%
G = 30.95%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3D3437 (or 0x3D3437) is known color: Barossa. HEX triplet: 3D, 34 and 37. RGB value is (61,52,55). Sum of RGB (Red+Green+Blue) = 61+52+55=168 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.31% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3437 is #C2CBC8. Grayscale: #373737. Windows color (decimal): -12766153 or 3617853. OLE color: 3617853.

HSL color Cylindrical-coordinate representation of color #3D3437: hue angle of 340º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D3437 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 52 55 -
CMYK 0 0.15 0.10 0.76
HSL 340º 0.08% 0.22% -
HSV(B) 340º 0.15% 0.24% -
XYZ 3.84 3.72 4.13 -
YUV 55.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 61 52 55 0 0.15 0.10 0.76 340 0.08 0.22
Hex 3D 34 37 0 F A 4C 154 8 16
Octal 75 64 67 0 17 12 114 524 10 26
Binary 111101 110100 110111 0 1111 1010 1001100 101010100 1000 10110

Color Harmonies of #3D3437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3437

Black with #3D3437

Text Example


Text Example

White with #3D3437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,52,55); }

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

background-color css

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

 a { background-color: rgb(61,52,55); }

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

border-color css

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

 span { border-color: rgb(61,52,55); }

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