Html Css Color HEX #3D3235 Cab Sav

📋 copy color: '#3D3235'

red 61 ◦ green 50 ◦ blue 53

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

Shades of Cab Sav #3D3235

Tints of Cab Sav #3D3235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 53 (21.09% from 255) = 32.32%

R = 37.2%
G = 30.49%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3D3235 (or 0x3D3235) is known color: Cab Sav. HEX triplet: 3D, 32 and 35. RGB value is (61,50,53). Sum of RGB (Red+Green+Blue) = 61+50+53=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3235 is #C2CDCA. Grayscale: #353535. Windows color (decimal): -12766667 or 3486269. OLE color: 3486269.

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

Color convert

RGB 61 50 53 -
CMYK 0 0.18 0.13 0.76
HSL 343.64º 0.1% 0.22% -
HSV(B) 343.64º 0.18% 0.24% -
XYZ 3.71 3.53 3.85 -
YUV 53.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 61 50 53 0 0.18 0.13 0.76 343.64 0.1 0.22
Hex 3D 32 35 0 12 D 4C 158 A 16
Octal 75 62 65 0 22 15 114 530 12 26
Binary 111101 110010 110101 0 10010 1101 1001100 101011000 1010 10110

Color Harmonies of #3D3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3235

Black with #3D3235

Text Example


Text Example

White with #3D3235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,50,53); }

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

background-color css

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

 a { background-color: rgb(61,50,53); }

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

border-color css

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

 span { border-color: rgb(61,50,53); }

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